Skip to content

Building, installing and using

Ivailo Monev edited this page Sep 14, 2016 · 255 revisions

⚠️ This page is work in progress ⚠️

Building

  • Learn how to take advantage of the flexible build system
  • If size matters build with MinSizeRel as CMAKE_BUILD_TYPE, LTO and no exceptions
  • If time and disk space for building matters build with KATIE_ALLINONE set to ON
  • Create packages via cpack or make package
  • ...

Installing

  • On Windows create NSIS package and use it
  • ...

Using

  • Watch out for tools/scripts that alter environmental variables (e.g. sudo) such as LD_LIBRARY_PATH, PKG_CONFIG_PATH
  • On Windows Katie_DIR must point to the cmake subdirectory of the Katie installation path (e.g. C:\Program Files\Katie\cmake) otherwise it will not be found by applications that use CMake and want to build against Katie
  • ...

Clone this wiki locally