2008年12月24日星期三

编译安装jpilot1.6.1

今天yum remove jpilot后再yum install jpilot就装不上了,可能是和我更改源有关。刚在jpilot的网站上看到jpilot在dec 15有更新就下载了源码包编译安装了一下。
./configure --prefix=/opt/jpilot
make
make install
在终端输入/opt/jpilot/bin/jpilot就可以调用jpilot了。
为了在终端直接调用jpilot
我做了个软链接(改变环境变量也可以) ln -s /opt/jpilot/bin/jpilot /usr/bin/jpilot

没有评论:

发表评论