Ubuntu 13.04 Openyoudao图文安装使用教程
官方网站http://openyoudao.org
1 从github上clone程序到本地目录:
$git clone https://github.com/justzx2011/openyoudao.git
2 安装所依赖的工具以及库文件
$sudo apt-get install python-xlib python-webkit python-lxml python-beautifulsoup xclip inotify-tools curl
3 进入下载的目录
$sudo chmod -R 777 openyoudao
$cd openyoudao
4 安装bin文件:
将bin文件:scripts/openyoudao安装到目录/usr/bin/openyoudao:
$sudo cp scripts/openyoudao /usr/bin/.
设置权限:
$sudo chmod 755 /usr/bin/openyoudao
5 安装libs文件:
$sudo mkdir /usr/lib/openyoudao$sudo cp ./*.py /usr/lib/openyoudao$sudo chmod 644 /usr/lib/openyoudao/*.p
6 安装cache文件:
$sudo mkdir /var/cache/openyoudao$sudo cp -rf cache/* /var/cache/openyoudao/.$sudo chmod 777 /var/cache/openyoudao/*.html $sudo chmod 777 /var/cache/openyoudao/history.cache
7 安装desktop:
$sudo cp desktop/openyoudao.desktop /usr/share/applications/$sudo chmod -R 644 /usr/share/applications/openyoudao.desktop
哈哈~现在应该看到openyoudao的图标了吧~
点击图标就能运行程序了

运行结果如下图:

浙公网安备 33010602011771号