Changes between Version 3 and Version 4 of DavesFedoraCmakeBuildNotes


Ignore:
Timestamp:
Aug 10, 2011, 9:10:38 AM (13 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DavesFedoraCmakeBuildNotes

    v3 v4  
    11
    22== This is how I do it: ==
     3
     4
     5== NOT COMPLETE!  Coming soon... ==
     6
    37
    48Note: Unix commands start with $, anything else will be notes, comments. If you see a $ <some_command> // The part after slash slash is a comment.
     
    2933I always build libtiff, geotiff, gdal from the latest.  You don't have to, it's up to you.
    3034
    31 // Get libtiff
    32 cvs -d :pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot co libtiff
     35// Get libtiff[[BR]]
     36$ cvs -d :pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot co libtiff
    3337
    34 // The geotiff source code is available via svn (subversion) server on:
    35 http://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff
    36 
    37 // Get geotiff:
     38// Get geotiff:[[BR]]
    3839svn co http://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff
    3940