Changes between Version 11 and Version 12 of DavesFedoraCmakeBuildNotes


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DavesFedoraCmakeBuildNotes

    v11 v12  
    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:[[BR]]
     52// Get/build geos:[[BR]]
    5353$ mkdir /work/osgeo/geos[[BR]]
    5454$ cd !$ // last argument of last command[[BR]]
    55 $ svn co http://svn.osgeo.org/geos/trunk geos-svn
    56 
    57 // Get libtiff[[BR]]
    58 $ cd /work/osgeo[[BR]]
    59 $ cvs -d :pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot co libtiff
    60 
    61 // Get geotiff:[[BR]]
    62 $ mkdir /work/osgeo/geotiff[[BR]]
    63 $ cd !$[[BR]]
    64 svn co http://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff libgeotiff
    65 
    66 // Get gdal:[[BR]]
    67 $ cd /work/osgeo[[BR]]
    68 svn co http://svn.osgeo.org/gdal/trunk/gdal
    69 
    70 // Build geos:[[BR]]
    71 $ cd /work/osgeo/geos[[BR]]
     55$ svn co http://svn.osgeo.org/geos/trunk geos-svn[[BR]]
    7256$ mkdir build // "out of source" build dir[[BR]]
    7357$ cd build[[BR]]
     
    9478// Run the cmake command:
    9579
     80// Get libtiff[[BR]]
     81$ cd /work/osgeo[[BR]]
     82$ cvs -d :pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot co libtiff
    9683
     84// Get geotiff:[[BR]]
     85$ mkdir /work/osgeo/geotiff[[BR]]
     86$ cd !$[[BR]]
     87svn co http://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff libgeotiff
     88
     89// Get gdal:[[BR]]
     90$ cd /work/osgeo[[BR]]
     91svn co http://svn.osgeo.org/gdal/trunk/gdal
     92
     93
     94
     95