(home)
(Japanese)

cyg-update

cyg-update is a simple python script, which mirrors cygwin binaries, modifies setup.ini to install the latest emacs, and runs setup.exe.

What's New

License

GNU General Public License (GPL).

Download

cyg-update.tgz
An archive which contains the script and related files. Please modify remotedir/targetdir in the script adequately. These may be specified as command line options.

Usage

After extracting cyg-update.tgz, please invoke the script as follows for mirroring and installing binaries.

$ cd cyg-update
$ python cyg-update.py --mirror

Please invoke the script without the "--mirror" option if you want to install binaries previously downloaded. Other options are shown with the "--help" option.

Usage: python cyg-update.py [options] [source]

Options:
  -m, --mirror            mirror mode on
  -n, --noexec            don't execute setup.exe
  -r ..., --remotedir=... use specified cygwin remote directory
  -t ..., --targetdir=... use specified local target directory(default:cygwin)
  -h, --help              show this help

Contact

Koji Nakamaru