.tar.gz
$ cd gaim-cvs-0218-qq-0.2.5 $
./configure --prefix=/home/foo/bin/local/gaim && make &&make install
$ cd ~/bin
$ ln -s /home/foo/bin/local/gaim/bin/gaim gaim
“./configure--prefix=/home/foo/bin/local/gaim”指定了软件安装的目录是/home/foo/bin/local/gaim。
“&&”的作用是前一个命令成功执行后才执行后面的命令。这与使用“;”是有区别的,“;”的作用是分别执行两边的命令,不论前一个命令是否执行成功。
注意,如果系统中已经安装了Gaim,就需要编辑.bash_prof页码:[1] [2] [3] [4] [5] [6] 第4页、共6页 |