X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=a7a1bd995909c1da0aeccb648d44bb6c143015d1;hp=1ad90c363093862f6347ba0576c641dd1ad52e60;hb=6bfa260800588318e5a7b17e3b9dbfaa67bba635;hpb=7d4dbdf00ab92e8c322656bd2d4d7034ef547001 diff --git a/INSTALL b/INSTALL index 1ad90c36..a7a1bd99 100644 --- a/INSTALL +++ b/INSTALL @@ -74,6 +74,12 @@ options here: -DWANT_(CORE|QTCLIENT|MONO)=(ON|OFF) Choose which Quassel binaries to build. +-DUSE_CCACHE=ON + Enable ccache if the ccache binary is available. This avoids the need for + hacks using PATH or the CXX variable to make ccache work. + Distributors may want to disable automatic detection if they have their + own caching mechanism set up. + -DUSE_QT4=ON Build against the deprecated Qt4 instead of the default Qt5. Note that you should empty your build directory when switching between Qt versions,