Changes between Version 9 and Version 10 of DavesFedoraCmakeBuildNotes


Ignore:
Timestamp:
Nov 19, 2011, 7:24:44 AM (13 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DavesFedoraCmakeBuildNotes

    v9 v10  
    5050NOTE: Things I build with cmake I use an "out of source" build so I put in a sub directory of the package.
    5151
    52 // Get geos:
    53 $ mkdir /work/osgeo/geos
    54 $ cd !$ // last argument of last command
     52// Get geos:[[BR]]
     53$ mkdir /work/osgeo/geos[[BR]]
     54$ cd !$ // last argument of last command[[BR]]
    5555svn co http://svn.osgeo.org/geos/trunk geos-svn
    5656
    5757// Get libtiff[[BR]]
    58 $ cd /work/osgeo
     58$ cd /work/osgeo[[BR]]
    5959$ cvs -d :pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot co libtiff
    6060
    6161// Get geotiff:[[BR]]
    62 $ mkdir /work/osgeo/geotiff
    63 $ cd !$
     62$ mkdir /work/osgeo/geotiff[[BR]]
     63$ cd !$[[BR]]
    6464svn co http://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff libgeotiff
    6565
    6666// Get gdal:[[BR]]
    67 $ cd /work/osgeo
     67$ cd /work/osgeo[[BR]]
    6868svn co http://svn.osgeo.org/gdal/trunk/gdal
    6969