Changes between Version 17 and Version 18 of DavesFedoraCmakeBuildNotes


Ignore:
Timestamp:
Nov 19, 2011, 8:22:07 AM (12 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DavesFedoraCmakeBuildNotes

    v17 v18  
    162162
    163163// Make the script executable:[[BR]]
    164 $ chmod 755 geos-cmake-config.sh
     164$ chmod 755 libgeotiff-cmake-config.sh
    165165
    166166// Run the cmake command to set up the build system:[[BR]]
    167 $ ./geos-cmake-config.sh
     167$ ./libgeotiff-cmake-config.sh
    168168
    169169// Make - note the "-j 4" is to use 4 threads.  I have a quad core cpu.[[BR]]