X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=6f2cc1d32a7d9f771ec321f31cb87f20f420f070;hp=3d15dc1e660c096bfe0c8107c4bcfb4ff706ebf7;hb=238dbbcaa568ee13c4e3175c98fb8d5a6a2ad3bd;hpb=734d4c996e7a1bbc016795a48244383f958d46de diff --git a/INSTALL b/INSTALL index 3d15dc1e..6f2cc1d3 100644 --- a/INSTALL +++ b/INSTALL @@ -37,12 +37,23 @@ NOTE: In order to reconfigure, you need to remove CMakeCache.txt (or empty Quassel recognizes the following options: +LINGUAS=" + Allow to choose which languages should be compiled into the binary. + is a space- or comma-separated list of language codes. + Note that this is not a cmake variable, but an environment variable. + Example: LINGUAS="de en_US" + -DWANT_(CORE|QTCLIENT|MONO)=(ON|OFF) Allow to choose which Quassel binaries to build. -DWITH_KDE=ON Enable integration into KDE4 +-DWITH_OXYGEN=(ON|OFF|AUTO) + Whether to install Oxygen icons used by Quassel. By default (AUTO) we don't install them if + KDE integration is enabled and KDE > 4.3.0 is present, as all needed icons are part of the + system Oxygen iconset in this case. Using ON or OFF you can override automatic detection. + -DWITH_OPENSSL=OFF Disable OpenSSL support @@ -55,10 +66,11 @@ Quassel recognizes the following options: -DWITH_PHONON=OFF Disable support for audio notifications via Phonon. --DLINGUAS=" - Allow to choose which languages should be compiled into the binary. - is a space- or comma-separated list of language codes. - Example: -DLINGUAS="de en_US" +-DWITH_LIBINDICATE=OFF + Disable support for Ayatana notifications (libindicate-qt) + +-DWITH_CRYPT=OFF + Disable crypt support -DEMBED_DATA=ON Embed all external data files (e.g. icons) into the binary. This will give you a