🗿Installation
Install the library
Including the library to your project, the manual way
g++ <file_name> -L. -lmaTH -o main_executableg++ -c maTH.cpp -o maTH.oar rcs libmaTH.a maTH.oIncluding the library to your project, using CMake
mkdir build
cd build
cmake ..
make
mainLast updated