Installation
Last updated
Last updated
This page serves as a guide to installing and properly using the libary in your project.
To install the library, simply do git clone https://github.com/timhaj/maTH.git
.
To run your code with the library, simply run:
and run the executable using ./main_executable
or main_executable.exe
Don't have g++ compiler installed?
Incase you're changing the code and the included library doesn't work anymore, compile the source code to an object file with:
and create the library with:
After modifying your CMakeLists.txt (a demo already included in the repository), you can build the project with these instructions:
Incase the Makefile doesn't appear, use: