LibEngsas
|
LibEngsas uses CMake to configure the build environment. Therefore we prefer out of source builds. For a standard build, just do the following steps, below the libengsas root directory:
Per default, LibEngsas tries to build the KDE verison, but disables KDE automatically, if the KDE Library is not found. In this standard mode, it builds the complete library and installs it with same name and same locations as the non KDE version. If you want to provide the KDE and non KDE version on same system, you should set COMPATIBLE_WITH_NON_KDE=ON. With this option enabled, the KDE build only builds the KDE specific parts and installs them in different locations or with different names (e.g. epartexe is named epartexe-kde and libraries are installed into a kde subdirectory). To install LibEngsas into /usr and not into /usr/local, which is the default, specify the CMAKE_INSTALL_PREFIX=/usr.