Changes between Version 6 and Version 7 of GSoc2013Tests
- Timestamp:
- 09/03/13 14:44:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoc2013Tests
v6 v7 5 5 [http://download.osgeo.org/osgeo4w] server, for example: 6 6 {{{ 7 svn someuser@download.osgeo.org # log in into server7 svn someuser@download.osgeo.org # log in into server 8 8 9 # if gdal-ecw package has non-open source license go there.9 # if gdal-ecw package has non-open source license go there. 10 10 11 cd osgeo/download/osgeo4w/release/gdal/gdal-ecw11 cd osgeo/download/osgeo4w/release/gdal/gdal-ecw 12 12 13 touch gdal-ecw-1.9.1-0.txt # you need to create a .txt license file.13 touch gdal-ecw-1.9.1-0.txt # you need to create a .txt license file. 14 14 15 echo "some terms of the restrictive package" > gdal-ecw-1.9.1-0.txt15 echo "some terms of the restrictive package" > gdal-ecw-1.9.1-0.txt 16 16 17 17 }}}