To get started with Lahar, simply download the latest release from GitHub, compile the program and execute it!
$ git clone https://github.com/doublevcodes/lahar
$ cd lahar
Now you need to compile the code:
$ g++ main.cpp constants.cpp -o lahar --std=c++17 -lncurses
$ clang++ main.cpp constants.cpp -o lahar --std=c++17 -lncurses
We're nearly there! To use Lahar, go ahead and type
./lahar
Please be aware Lahar has not released a public, stable API. All features are subject to bugs.