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
Build on Google Cloud with $300 in Free Credit
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
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.)