Maki
|
You need a properly implemented C++17 compiler.
Maki is tested with these compilers:
Maki being a header-only library, you don't have to build it.
To install it into your project, you can either:
main
branch;main
branch and copy the maki
subdirectory wherever suits you.If you use CMake, you'd likely want to add_subdirectory()
the maki
subdirectory. Its CMakeLists.txt
script doesn't depend on anything. It defines a maki
target that you can use like so:
You can then #include
Maki headers from your MyExecutable
program and start using the library.