gettext-0.19.1.tar.gz cd gettext-0.19.1 ./configure —prefix=$HOME/opt make make install export PATH=~/opt/bin:$PATH # .bashrcʹೖΕΔ # ͦͯ͠git cd ~/tmp wget https://github.com/git/git/archive/master.zip unzip master cd git-master make configure ./configure --prefix=$HOME/opt make all make install
zxvf ncurses-6.0.tar.gz cd ncurses-6.0 ./configure --prefix=$HOME/opt make make install # ͦͯ͠emacs cd ~/tmp wget http://ftp.gnu.org/pub/gnu/emacs/emacs-24.5.tar.gz tar zxvf emacs-24.5.tar.gz cd emacs-24.5 LDFLAGS="-L$HOME/opt/lib" ./configure --prefix=$HOME/opt --without-x make make install