Before attempting to build this project, make sure you have GNU Make, and CMake installed on your machine.
To get a local copy of the project up and running on your machine, follow these simple steps:
- Clone the project repository
git clone https://github.com/Kaweees/kiwitorch.git cd kiwitorch
- Build the project and exe
clear && cmake CMakeLists.txt && make && ./target/release/kiwitorch