$ cd /tmp/git/git-1.7.10/po/build $ zip -r locale.zip locale
$ cd /tmp $ mkdir git $ cd git/ $ wget http://git-core.googlecode.com/files/git-1.7.10.tar.gz $ tar xzvf git-1.7.10.tar.gz $ cd git-1.7.10/ $ ./configure -prefix=/usr/local $ mkdir po/build/ $ cd po/build/ $ unzip locale.zip $ cd ../.. $ NO_TCLTK=yes NO_PERL=yes NO_PYTHON=yes NO_MSGFMT_EXTENDED_OPTIONS=yes make $ su # NO_TCLTK=yes NO_PERL=yes NO_PYTHON=yes NO_MSGFMT_EXTENDED_OPTIONS=yes make install
# groupadd git_user # gpasswd -a hoge git_user # gpasswd -a hogehoge git_user
# cd /home # mkdir git # chmod 2775 git # chgrp git_user git
プロジェクト
共通