(home)
(English)

cyg-update

cyg-updateは簡単なpythonスクリプトです。cygwinのバイナリをミラーし, 最新のemacsをインストールするためにsetup.iniを変更し、setup.exeを実行 します。

What's New

License

GNU General Public License (GPL).

Download

cyg-update.tgz
スクリプトと関連ファイルを含むアーカイブです。cyg-update.py中の remotedir/targetdirを設定してください。これらはコマンドラインで指定 することもできます。

Usage

cyg-update.tgzを展開した後,cygwinのバイナリのミラーとインストールを行 うため,次のようにスクリプトを実行します。

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

既にミラーしたバイナリをインストールしたい場合は,"--mirror"なしでスク リプトを実行してください。その他のオプションは"--help"で見ることができ ます。

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

中丸 幸治