Changes between Version 1 and Version 2 of BuildingOnUnixWithNetBeansIDE


Ignore:
Timestamp:
Jan 31, 2009, 3:22:13 PM (15 years ago)
Author:
ilucena
Comment:

One attempt to correct my English. :)

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithNetBeansIDE

    v1 v2  
    11= Building On Unix with NetBeans IDE =
    22
    3 The instructions below explain how to import GDAL building infrastructure to [http://www.netbeans.org/ NetBeans IDE] to be able to build GDAL directly from the IDE. Tested with NetBeans IDE 6. Thanks to Ivan Lucena who originally [http://lists.osgeo.org/pipermail/gdal-dev/2009-January/019655.html posted] them on the mailing list.
     3The instructions below explain how to import GDAL building infrastructure to [http://www.netbeans.org/ NetBeans IDE] to be able to build GDAL directly from the IDE. Tested with NetBeans IDE 6.5 on Linux thanks to Ivan Lucena who originally [http://lists.osgeo.org/pipermail/gdal-dev/2009-January/019655.html posted] them on the mailing list.
    44
    55 * Main Form:
     
    1313  2. Build Tool:
    1414   * Select "Using existing makefile"
    15    * Browse or type the full path for the main GNUmakefile. Alternatively, select "Using a makefile generate by a 'configure' script. ''Note'': I never used that options since I already run ./configure from the command line but that could a a good way to go too.
     15   * Browse or type the full path for the main GNUmakefile. Alternatively, select "Using a makefile generate by a 'configure' script" to run the ./configure script.
    1616  3. Build actions:
    1717   * Working Directory: <main GDAL folder path>
     
    2323   * Select "Automatic configuration"
    2424  6. Project Name and location
    25    * Note: Those path doesn't need to be GDAL folder path
     25   * Note: Those paths doesn't need to be part of GDAL main folder.
    2626
    2727That is it.