Changes between Version 1 and Version 2 of BuildingOgrPostNASDriver


Ignore:
Timestamp:
07/29/10 16:21:16 (14 years ago)
Author:
oknopp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOgrPostNASDriver

    v1 v2  
    1 Currently the NAS OGR driver lives in the opennas svn server, but it must be built as part of GDAL/OGR "trunk".  The following rough steps should work on unix/linux, currently the win32 build support has not been implemented. 
     1= Installation von PostNAS über den GDAL/OGR-Trunk = 
     2Der PostNAS OGR Treiber ist Teil des offiziellen OGR-Codes. Er ist noch nicht in der aktuellen GDAL/OGR-Version enthalten und muss aus dem [http://svn.osgeo.org/gdal/trunk/gdal GDAL/OGR-Trunk] bezogen und kompiliert werden. 
     3Die folgenden groben Schritte sollten auf Unix/Linux funktionieren, eine Windows-Version wird in unregelmäßigen Abständen aus dem Quellcode erstellt und zum Download bereitgestellt. 
    24 
    35{{{ 
    46% svn checkout http://svn.osgeo.org/gdal/trunk/gdal 
    5 % cd gdal/ogr/ogrsf_frmts 
    6 % svn checkout https://svn.wheregroup.com/opennas/trunk/nas 
    7 % cd ../.. 
    87% ./configure --with-xerces 
    98% make 
     
    1110}}} 
    1211 
    13 The NAS driver depends on the Xerces-C XML parsing library.  After configuring ensure the following lines appear in the final report: 
     12Der NAS Treiber benötigt die Xerces-C XML Bibliothek.  Nach dem configure sollten in der Zusammenfassung folgende Zeilen erscheinen: 
    1413 
    1514{{{ 
     
    1817}}} 
    1918 
    20 Also, confirm that NAS format shows up in the ogrinfo formats list; 
     19So überprüfen Sie, ob NAS als Format zur Verfügung steht: 
    2120 
    2221{{{ 
     
    2524}}} 
    2625 
    27 and try a simple file: 
     26So testen OGR mit einer einfachen Datei: 
    2827 
    2928{{{