- Clibean is very early in development and the program may not compile at the moment
- I will update this README when a working version is ready
- Feel free to contribute or ask questions!
- Install the prerequisites:
- Ubuntu:
sudo apt install build-essential libssl-dev git cmake
- Arch Linux:
sudo pacman -S --needed base-devel openssl git cmake
- MacOS:
- Clone the repository:
git clone https://github.com/campital/Clibean.git
- Run
cmake .
inside thesrc
directory to prepare the files - Run
make
to compile - Run
./clibean
to start a training session!