Changes between Version 4 and Version 5 of BuildingOnUnix


Ignore:
Timestamp:
Dec 12, 2007, 11:45:01 AM (16 years ago)
Author:
warmerdam
Comment:

fix formatting.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnix

    v4 v5  
    2121 * There are quite a few optional drivers that depend on "external libraries".  Use ''configure --help'' to see the configure options.  Some optional libraries include those for GRASS, FITS, OGDI, HDF4, JPEG2000 and ECW.
    2222
    23 * check the output of configure carefully if there are any problems. The summary shows clearly what will be included in the build. The tests above can provide clues to an unexpected result.
     23 * check the output of configure carefully if there are any problems. The summary shows clearly what will be included in the build. The tests above can provide clues to an unexpected result.
    2424
    2525 * The shared library building is pretty specific to the GNU tool chain. If you are using something different than GNU C++, then you will likely finding that the .so files isn't built successfully.  You could just link against the static libraries (normally gdal/gdal.a) or you could hack LD_SHARED command in gdal/GDALmake.opt to work on your platform.  For the SGI a value of ''c++ -shared -all'' is often suitable.
     
    3838''A Working Example - Ubuntu 7.1 w/ GDAL 1.5''
    3939
    40 * to add curl support, install the curl dev package in addition to the existing curl
     40 * to add curl support, install the curl dev package in addition to the existing curl
    4141
    42 * for Python support you MUST install Python Dev and optionally NumPy dev (''recommeded'')
    43     see GdalOgrInPython for details
     42 * for Python support you MUST install Python Dev and optionally NumPy dev (''recommeded'') see GdalOgrInPython for details
    4443
    4544