Update INSTALL info on LINGUAS. 30/head
authorBas Pape <baspape@gmail.com>
Mon, 29 Jul 2013 22:56:16 +0000 (00:56 +0200)
committerDaniel Albers <daniel@lbe.rs>
Tue, 30 Jul 2013 08:18:30 +0000 (10:18 +0200)
Since 2573fe44 the buildsystem no longer uses a seperate option for LINGUAS, but rather uses the environment variable of the same name.

INSTALL

diff --git a/INSTALL b/INSTALL
index b7da160..6f2cc1d 100644 (file)
--- 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:
 
 
 Quassel recognizes the following options:
 
+LINGUAS="<languages">
+    Allow to choose which languages should be compiled into the binary.
+    <languages> 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.
 
 -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
 
 -DWITH_CRYPT=OFF
     Disable crypt support
 
--DLINGUAS="<languages">
-    Allow to choose which languages should be compiled into the binary.
-    <languages> 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
 -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