-
Notifications
You must be signed in to change notification settings - Fork 6
Building, installing and using
Ivailo Monev edited this page Jul 11, 2016
·
255 revisions
- Make use of the toolchain files
- KATIE_TYPE, KATIE_ARCHITECTURE, KATIE_COMPILER, etc. should help you cross-compile
- QT_PREFIX_PATH, QT_HEADERS_PATH, QT_LIBRARIES_PATH, etc. should help you package the way you see fit
- CMake does not detect LLVM properly on Windows
- If size matters build with MinSizeRel, LTO and no exceptions
- Create packages via
cpackormake package - ...
- On Windows create NSIS package and use it
- ...
- Watch for tools/scripts that alter environmental variables (e.g. sudo) such as
LD_LIBRARY_PATH,PKG_CONFIG_PATH - ...
Katie is part of the Katana Desktop Environment project.