-
Notifications
You must be signed in to change notification settings - Fork 6
Building, installing and using
Ivailo Monev edited this page Aug 6, 2016
·
255 revisions
- Make use of the toolchain files
- Learn how to take advantage of the flexible build system
- If size matters build with MinSizeRel, LTO and no exceptions
- Create packages via
cpackormake package - ...
- On Windows create NSIS package and use it
- ...
- Watch out for tools/scripts that alter environmental variables (e.g. sudo) such as
LD_LIBRARY_PATH,PKG_CONFIG_PATH - On Windows
Katie_DIRmust 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 - ...
Katie is part of the Katana Desktop Environment project.