A program that shows you your daily Bible Verse when you log in
Go to file
Daniel Jones bdd60877a7 Added readme.md
This is a simple description describing how to install. I will provide an install script for Linux and Windows in the future, but for now this is just so that there will be some documentation provided.
2024-01-03 22:26:21 +00:00
.gitignore added sqlite3 file to project 2023-09-19 10:33:33 -05:00
bread.png Set label and added random function 2023-09-01 15:40:44 -05:00
CMakeLists.txt saving current work. 2023-09-19 14:11:06 -05:00
main.cpp added sqlite3 file to project 2023-09-19 10:33:33 -05:00
mainwindow.cpp added better documentation so that when I return to this I will remember where I left off 2024-01-03 15:40:47 -06:00
mainwindow.h added sqlite3 file to project 2023-09-19 10:33:33 -05:00
mainwindow.ui added sqlite3 file to project 2023-09-19 10:33:33 -05:00
readme.md Added readme.md 2024-01-03 22:26:21 +00:00
verses.sqlite fixed cmake by pulling from master branch, uploading sqlite to master branch 2024-01-03 13:26:53 -06:00

Daily Bread

Get your daily bread with this program for Windows and Linux systems!

Introduction

Daily Bread is a QT6 program designed to give you a new Bible verse every morning when you log into your computer!

Installation

Windows:

Double click the .bat file that comes with the Binary release to install. Once it is finished running, Daily Bread should be included with your startup programs. You can check your startup programs by pressing ctrl + alt + delete, clicking "show details" on the task manager, and then clicking "startup" tab.

Linux:

These instructions will work for most Linux distrobutions

Download the Linux binary, and unzip it into a directory that you like. Run the following command:

chmod +x install.sh

Once you have run that command, install Daily Bread by typing in

./install.sh