- Cmake
- GCC or Clang
git clone https://github.com/lovelindhoni/chadtp
cd chadtp
mkdir build
cd build
cmake --build .
Executable chadtp
would be built
you can specify the directory in which site files are present
chadtp www
chadtp dist/
The default argument is /
which is relevant to the current directory where chadtp
is present
MIT