- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windows-アプリケーション/Cygwin/パッケージ管理 へ行く。
- 1 (2015-06-28 (日) 02:52:19)
- 2 (2015-06-28 (日) 02:58:12)
- 3 (2015-07-26 (日) 21:32:56)
- 4 (2016-01-03 (日) 12:03:43)
Cygwinパッケージ管理
- apt-cygを使うか、
- Cygwin本体をChocolateyでインストールしたならcyg-getを使う。
- apt-cygはLinuxのaptやyumのようなもの。
- cyg-getはCygwinのsetup.exeを呼び出すラッパー。
- http://stackoverflow.com/questions/9260014/how-do-i-install-cygwin-components-from-the-command-line/23143997#23143997
apt-cyg
準備(setup.exeから)
- Cygwinのインストールフォルダから、cygwinsetup.exeを実行し、以下のパッケージをインストールする。
- wget
- tar
- gawk
- gnupg
apt-cyg packagesのインストール
apt-cyg install gcc-core apt-cyg install openssh apt-cyg install python apt-cyg install python-setuptools