Changes between Version 26 and Version 27 of DavesFedoraCmakeBuildNotes


Ignore:
Timestamp:
Nov 20, 2011, 2:46:57 PM (12 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DavesFedoraCmakeBuildNotes

    v26 v27  
    250250$ svn co http://svn.osgeo.org/ossim/trunk/ossim_plugins ossim_plugins[[BR]]
    251251$ svn co http://svn.osgeo.org/ossim/trunk/ossim_qt ossim_qt[[BR]]
     252$ svn co http://svn.osgeo.org/ossim/trunk/libwms libwms[[BR]]
    252253
    253254$ mkdir build // "out of source" build dir[[BR]]
     
    321322
    322323// Make the script executable:[[BR]]
    323 $ chmod 755 geos-cmake-config.sh
    324 
    325 // Run the cmake command to set up the build system:[[BR]]
    326 $ ./geos-cmake-config.sh
    327 
    328 // Make - note the "-j 4" is to use 4 threads.[[BR]]
    329 $ make -j 4
    330 
    331 // Install to sandbox:[[BR]]
    332 $ make install // Note if your sandbox was on a system slice, i.e. /usr/local you would do: "sudo make install"
    333 
    334 // End of GEOS
    335 
    336 
    337 
    338 
    339 
    340 
    341 
    342 
    343 
     324$ chmod 755 ossim-cmake-config.sh
     325
     326// Run the cmake command to set up the build system:[[BR]]
     327$ ./ossim-cmake-config.sh
     328
     329// Make - note the "-j 4" is to use 4 threads.[[BR]]
     330$ make -j 4
     331
     332// I usually do not do a make install on mine because I develop out of it.[[BR]]
     333
     334// End of ossim
     335
     336
     337
     338
     339
     340
     341
     342
     343