make install # su -c "make install" # sudo make install
@endcode
*
* Without CMake:
* - This project is a header-only library, you can copy the include directory in /usr/local (for example) or in your project. (But you have to define some macros to enable optional parts.)
*
* @section section_utilization Utilization
*
* If you use CMake, add these lines in your CMakeLists.txt:
* @code
# Thōth
message(STATUS "---")
find_package(thoth REQUIRED)
# See /installation/path/lib/thoth/thoth-config.cmake for CMake variables