From: Manuel Nickschas Date: Wed, 18 Jun 2008 16:39:08 +0000 (+0200) Subject: Update INSTALL.cmake X-Git-Tag: 0.3.0~176 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=042ef1118ea58763c20653b90cf5d732b5b12767 Update INSTALL.cmake --- diff --git a/INSTALL b/INSTALL index a4739382..99ce60c7 100644 --- a/INSTALL +++ b/INSTALL @@ -50,9 +50,10 @@ Quassel recognizes the following options: 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: --------------------