- C++17
- Libraries
- CMake to build TMX++
Running these CMake commands from the root directory of your TMX++ clone will compile and install it.
cmake -E make_directory build
cmake -E chdir build cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build build --target install
After building, you can #include <tmxpp.hpp>
and link with tmxpp
to read()
and write()
TMXs and TSXs.
See doc/tmxpp.md.