Changes between Version 12 and Version 13 of DavesFedoraCmakeBuildNotes


Ignore:
Timestamp:
Nov 19, 2011, 7:34:41 AM (12 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DavesFedoraCmakeBuildNotes

    v12 v13  
    7676}}}
    7777
    78 // Run the cmake command:
     78// Make the script executable:[[BR]]
     79$ chmod 755 geos-cmake-config.sh
    7980
    80 // Get libtiff[[BR]]
     81// Run the cmake command to set up the build system:[[BR]]
     82$ ./geos-cmake-config.sh
     83
     84// Make - note the "-j 4" is to use 4 threads.  I have a quad core cpu.[[BR]]
     85$ make -j 4
     86
     87// Install to sandbox:[[BR]]
     88$ make install // Note if your sandbox was on a system slice, i.e. /usr/local you would do: "sudo make install"
     89
     90// End of GEOS
     91
     92// Get/build libtiff[[BR]]
    8193$ cd /work/osgeo[[BR]]
    8294$ cvs -d :pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot co libtiff