Changes between Version 5 and Version 6 of pkg-apt
- Timestamp:
- 10/08/09 00:56:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-apt
v5 v6 8 8 ''This program is still in Alpha stage. The primary functions (install, upgrade, remove) seem to work well enough but it's not recommended for production use. There *are* bugs.'' 9 9 10 The package lags behind svn quite a bit right now, so please use [http://trac.osgeo.org/osgeo4w/browser/trunk/apt svn apt.py] when possible. 11 10 12 Interim documentation: http://code.google.com/p/maphew/wiki/AptGetLike 11 13 12 Standalone apt.exe which doesn't require an installed python: http://code.google.com/p/maphew/downloads/list 14 Not in the package but related is a 15 [http://code.google.com/p/maphew/downloads/list standalone apt.exe] which doesn't require an installed python and can be used to install OSGeo4W on a virgin system: 16 17 Minimal o4w skeleton: 18 {{{ 19 SET OSGEO4W_ROOT=C:\Osgeo4W 20 apt setup 21 apt update 22 apt install msvcrt 23 }}} 24 25 A skeleton install is not so useful, so after the above run `apt install gdal`, and perhaps `apt available` to see what other package choices there are.