Download the files in the include/
directory,
and use g++
with the -Idir
option
Example: g++ -I./include test.cpp -g
Prereqiusites:
- c++14 or higher
- gnu-sed for makefile
make clean
make depend
make
make run
Download the files in the include/
directory,
and use g++
with the -Idir
option
Example: g++ -I./include test.cpp -g
Prereqiusites:
make clean
make depend
make
make run