这BibleMemorizer 软件包不再位于 Ubuntu 14.04(及更高版本)的常用存档/存储库中。是否仍有可能安装它?
答案1
根据杰里米,项目经理之一:是的!
实际上可以通过以下方式运行 BibleMemorizer编译自己动手。它旨在使用 Qt3 和 Qt4 进行编译,只要你有Qt3 支持库。
下载tar.gz 软件包来自Sourceforge 项目页面。
提炼打开
终端(命令行):
sudo apt-get install libqt4-dev libqt4-qt3support g++
cd path-to-the-extracted-folder (Go to the biblememorizer-0.6.4 directory from the source code download)
./configure
make
sudo make install
然后应用程序就会出现在通常的位置。如果它出现插件错误,您可能需要将“设置”中的插件目录更改为 /usr/lib/biblememorizer/plugins 并选择“英语书籍名称”插件。(Sword 插件似乎会导致我的机器崩溃。)