BibleMemorizer is a program to help with memorizing scripture.
Categories
Religion and PhilosophyLicense
GNU General Public License version 2.0 (GPLv2), MIT LicenseFollow BibleMemorizer
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
Great program! And thanks for the tip how to install it in Ubuntu 14.04: It is designed to compile with both Qt3 and Qt4, as long as you have the Qt3 support library. Download the tar.gz-package from this page. Extract it. What you'd need to do in a terminal: sudo apt-get install libqt4-dev libqt4-qt3support g++ (Go to the biblememorizer-0.6.4 directory from the source code download: cd path) ./configure make sudo make install The app will then show up in the usual places. If it gives plugin errors, you may need to change the plugin directory in Settings to /usr/lib/biblememorizer/plugins and pick the "English language book names" plugin. (The Sword plugin seems to cause a crash on my machine.)