X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=21d7d4dc02f5c98d8176a81d5b4459d007773b04;hp=d4e3920938bd135aeaa03b8a0554d12ce3d33d4b;hb=11a1e4372551439769eafba3f3f5403adff763fb;hpb=d82f98b8cf9c7c83f3aab1d7f010ccf8bdd2c003 diff --git a/INSTALL b/INSTALL index d4e39209..21d7d4dc 100644 --- a/INSTALL +++ b/INSTALL @@ -26,10 +26,10 @@ Of course, for building Quassel you need the usual set of build tools, for example a compiler. As we use a subset of the C++11 standard, we require a fairly recent compiler: -- gcc 4.7+ (available for most platforms), or -- Clang 3.2+ (available for most platforms), or -- XCode 4.6+ (available for Max OS X and based on Clang), or -- Visual C++ Nov 2013 CTP (available for Windows™), or +- gcc 4.8+ (available for most platforms), or +- Clang 3.3+ (available for most platforms), or +- XCode 5.0+ (available for Max OS X and based on Clang), or +- Visual C++ 2015 (available for Windows™), or - any other compiler with decent C++11 support Furthermore, CMake 2.8.9 or later is required (2.8.12 for KDE Frameworks). @@ -89,6 +89,14 @@ options here: sure that you have the icon set already installed on your system regardless, use this option to disable installing the bundled icons. +-DWITH_BREEZE=(ON|OFF) + Alternative icon set to Oxygen. + By default, WITH_BREEZE is OFF. + +-DWITH_BREEZE_DARK=(ON|OFF) + Alternative icon set to Oxygen. + By default, WITH_BREEZE_DARK is OFF. + -DWITH_WEBKIT=OFF Use Webkit for showing previews of webpages linked in the chat. Requires the QtWebkit module to be available, and increases the client's RAM usage