X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=83ff62d6610a9d9be8df6bbf85001ae2565a3bb4;hp=a255e4bcfc149ba7264283f3868e775cae136887;hb=aff2b5e81f0e45f95c0e15303a9ec4e7ea36c555;hpb=d9db3175f4d977a4c809b2981a5a60ee00bb69b4 diff --git a/INSTALL b/INSTALL index a255e4bc..83ff62d6 100644 --- a/INSTALL +++ b/INSTALL @@ -13,8 +13,8 @@ Note that quasselcore is no longer being built by default, since it tends to confuse users more than it helped. It will be back as soon as we have simple mode implemented. -We now use CMake as our build system. CMake supports and encourages out-of-source -builds, which do not clutter the source directory. You can (and should) thus use +We now use CMake as our build system. CMake supports and encourages out-of-source +builds, which do not clutter the source directory. You can (and should) thus use an arbitrary directory for building. There is no "make distclean"; "make clean" should usually be enough since CMake @@ -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. @@ -60,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