- C++ compiler
- CMake & Make
- Clone the repo
git clone https://github.com/budchirp/calcplusplus && cd calcplusplus
- Compile the code
mkdir build && cd build
cmake .. && make -j$(nproc)
NOTE: If you're using fish, remove the
$
sign.
- Have fun!
./calcplusplus