Skip to content

Building, installing and using

Ivailo Monev edited this page Jun 25, 2016 · 255 revisions

Building

  • If size matters build with MinSizeRel, LTO and no exceptions
  • Create packages via cpack or make package
  • ...

Installing

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

Using

  • On Windows export Katie_DIR to C:\Program Files\Katie\cmake or set the variable from the CMake GUI/your IDE
  • ...

Clone this wiki locally