Changes between Version 5 and Version 6 of pkg-apt


Ignore:
Timestamp:
Oct 8, 2009, 12:56:04 AM (15 years ago)
Author:
maphew
Comment:

apt.exe pointer and usage

Legend:

Unmodified
Added
Removed
Modified
  • pkg-apt

    v5 v6  
    88''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.''
    99
     10The 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
    1012Interim documentation: http://code.google.com/p/maphew/wiki/AptGetLike
    1113
    12 Standalone apt.exe which doesn't require an installed python: http://code.google.com/p/maphew/downloads/list
     14Not 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
     17Minimal o4w skeleton:
     18{{{
     19SET OSGEO4W_ROOT=C:\Osgeo4W
     20apt setup
     21apt update
     22apt install msvcrt
     23}}}
     24
     25A 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.