There is so much to talk about this script that i have written an entire article about it. Have a look at it and come back later.
Following packages are required before running the script:
- sqlite3
- cmake
git clone [email protected]:Simple-codinger/DominosOptimizer.git
cd DominosOptimizer
git submodule init
mkdir build && cd build
cmake ..
cd ..
cmake --build build/
touch database.db
sqlite3 database.db < databaseSchema.sql
To start the script, run the following command:
./bin/DominosOptimizer