34 | | ./bootstrap.sh |
35 | | ./st_configure |
36 | | make # this will produce a setup.exe executable in the setup directory |
37 | | ./setup.exe --arch=x86 #this will connect to remote server to get packages from [http://download.osgeo.org/osgeo4w/testing_license/] testing licenses |
| 34 | ./bootstrap.sh --enable-mirror=http://download.osgeo.org/osgeo4w/testing_license # this will produce configure file with a mirror |
| 35 | make # this will produce a setup.exe executable in the setup directory |
| 36 | ./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 |