X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=99ce60c7bc6b00eb73423c31dccf70f0a9cb53b5;hp=e6c74bef5cf00cc55536182e8f8e43352f73220e;hb=ee7d56f3abdb6ee4ce6c79ddea0142407b4e9e74;hpb=4868ffd2f77e77ab80595ae16a784c90f8ffcd1b diff --git a/INSTALL b/INSTALL index e6c74bef..99ce60c7 100644 --- a/INSTALL +++ b/INSTALL @@ -40,14 +40,20 @@ Quassel recognizes the following options: -DWANT_(CORE|QTCLIENT|MONO)=(ON|OFF) Allow to choose which Quassel binaries to build. +-DLINGUAS=" + Allow to choose which languages should be compiled into the binary. + is a space-separated list of language codes. + Example: -DLINGUAS="de en_US" + -DQT=/path/to/qt Use a non-system Qt installation. This is for example useful if you have a static Qt installed in some local dir. -DSTATIC=1 - Enable static building of Quassel. You should link the static versions of some libs + Enable static building of Quassel. On Linux, you should link the static versions of some libs (in particular libstdc++.a) into /path/to/build/dir/staticlibs in oder to create - a portable binary! + a portable binary! Be aware of the fact that some things we do in STATIC mode might not be portable + or require a particular setup; it's mainly meant for the devel team. BUILDING ON WINDOWS: --------------------