Cygwinにいつも入れているものと設定メモ
Cygwinの環境を作るときにいつもやっていることのメモ。(Win7 32bit)
※64bitだといろいろ面倒なことがあったような(なかったような)
※以前はcygwinのターミナルが使いにくかったので、putty+cygtermの環境を作っていたが現在はcygwinのターミナルで問題なし。
入れているもの
setup.exeで入れているもの(必要に応じて)
- util-linux
- subversion
- git
- mysql(client)
- ssh
- vim
- make
- gcc
- wget
- curl
- tar
- tmux
- unzip
※util-linuxは「more」が欲しかったから
必要に応じてsetup.exeになければ探して入れているもの
tree
(最近はあるっぽい)
nkf
ソースをダウンロード。(http://sourceforge.jp/projects/nkf/)
$ make
$ make install
apt-cyg
$ wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
$ chmod +x apt-cyg
$ mv apt-cyg /usr/local/bin
PHP
$ apt-cyg install php -m ftp://ftp.cygwinports.org/pub/cygwinports
#$ apt-cyg -m ftp://ftp.iij.ad.jp/pub/cygwin/ update
Package php requires the following packages, installing:
libgcc1 libopenssl100 libpcre1 libxml2 zlib0
Package libgcc1 is already installed, skipping
Package libopenssl100 is already installed, skipping
Package libpcre1 is already installed, skipping
Working directory is /setup
Mirror is ftp://ftp.cygwinports.org/pub/cygwinports
Installing libxml2
Package libxml2 not found or ambiguous name, exiting
Package zlib0 is already installed, skipping
Warning: some required packages did not install, continuing
Running postinstall scripts
Package php installed
$ apt-cyg -m ftp://ftp.iij.ad.jp/pub/cygwin/ update
↑は他の上げたくないパッケージのバージョンが上がってしまいそうなので省略。
インストールに失敗したlibxml2はいつも通りのsetupからインストール
その他設定
.vimrcの追記部分
" For cygwin xterm
set t_Co=256
hi Comment ctermfg=2
" For cygwin xterm
set t_Co=256
hi Comment ctermfg=2
Author And Source
この問題について(Cygwinにいつも入れているものと設定メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/maryco/items/65962f95f6af93b5b0b9著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .