X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=6f2cc1d32a7d9f771ec321f31cb87f20f420f070;hp=b7da160a0bb83361d6e58bb2bd1f6c724d478f5b;hb=5745311bc102bf2361cee0f3a5c4d442a05ac64e;hpb=d8d9cc49774faf66170790ea687c37584e5e7a51 diff --git a/INSTALL b/INSTALL index b7da160a..6f2cc1d3 100644 --- a/INSTALL +++ b/INSTALL @@ -37,6 +37,12 @@ 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. @@ -66,11 +72,6 @@ Quassel recognizes the following options: -DWITH_CRYPT=OFF Disable crypt support --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" - -DEMBED_DATA=ON Embed all external data files (e.g. icons) into the binary. This will give you a standalone binary that does not require installation. Will be ignored if KDE support