35 | | cd setup |
36 | | ./bootstrap.sh --enable-mirror=http://download.osgeo.org/osgeo4w/testing_license # this will produce configure file with a mirror |
37 | | make # this will produce a setup.exe executable in the setup directory |
38 | | ./osgeo4w-setup-x86.exe --arch=x86 #this will connect to remote server to get packages from [http://download.osgeo.org/osgeo4w/testing_license/] testing licenses |
| 36 | |
| 37 | cd setup # go to setup directory which you must download of svn server with all sources. |
| 38 | |
| 39 | # this will produce configure file with a testing mirror (there are other mirrors for x64) |
| 40 | ./bootstrap.sh --enable-mirror=http://download.osgeo.org/osgeo4w/testing_license |
| 41 | |
| 42 | make # this will produce the osgeo4w-setup-x86.exe installer for x86 machine |
| 43 | |
| 44 | ./osgeo4w-setup-x86.exe |
| 45 | |
41 | | * Choose a restrictive package for example 'gdal-mrsid' or 'gdal-ecw' or both(remember if you want to see its license, you must have create it in step one) |
42 | | and choose another normal package for example: 'gdal-java'. |
43 | | * Setup will download the license file from remote server into your local directory "Local Package Directory" , you can see it if you want. |
44 | | * Next step setup.exe will load the file license into a window dialog, with its terms, and If you agree you can continue. |
| 49 | * Choose a restrictive package for example 'gdal-mrsid' or 'gdal-ecw' or both(remember if you want to see its license, you must have create it in |
| 50 | step one) and choose another normal package for example: 'gdal-java'. |
| 51 | * Setup will download the license file from remote server into your local directory "Local Package Directory"/etc/licenses path , you can see it |
| 52 | if you want. |
| 53 | * Next step osgeo4w-setup-x86.exe will load the file license into a window dialog, with its terms, and If you agree you can continue installing. |
| 54 | |