Changes between Initial Version and Version 1 of Tutoriallibgdal-*Update


Ignore:
Timestamp:
Oct 25, 2012, 1:29:58 PM (12 years ago)
Author:
jlarouche
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutoriallibgdal-*Update

    v1 v1  
     1== Updating a libgdal-* Package ==
     2
     3The libgdal-* packages (libgdal-grass for example) are format in the gdal source. This tutorial will explain how to get the source from gdal's source.
     4
     5 * Get the gdal's srouces from http://trac.osgeo.org/gdal/wiki/DownloadSource and extract them and
     6  {{{
     7  cd gdal-1.9.2
     8  ./configure
     9  cd frmts/grass #using gdal-grass for this example
     10  make dist
     11  }}}
     12 There should be .tar.gz in the folder, this is your source. Rename it with the proper .orig.tar.gz name for the package (libgdal-grass.orig.tar.gz) and put it where you are building your package.
     13
     14You can now proceed how you would update a package normally.