- OpenSSL
- SQLite3
Make sure to have a basic CPP development set up with a compiler and CMake
brew install openssl
brew install sqlite
Make sure to have a basic CPP development set up with a compiler and CMake
sudo apt install libssl-dev
sudo apt install libsqlite3-dev
¯\_(ツ)_/¯ Good luck
Ensure all dependencies are installed then simply run
mkdir build
cd build
cmake ../ -GNinja
ninja
./gemini-gaggle
Feel free to contribute, however this is not a project that will be maintained regularly and is simply just for fun.