<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Install</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>Recent changes to Install</description><atom:link href="https://sourceforge.net/p/styleproject/wiki/Install/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 16 Nov 2015 11:36:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/styleproject/wiki/Install/feed" rel="self" type="application/rss+xml"/><item><title>Install modified by Robert</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,6 +1,7 @@
 #Install dependencies#
 required:
 qt4 or qt5 or both.
+ecm (extra-cmake-modules) for determining whether or not theres xcb and for the kf5 packages.

 optional:
 XLib for qt4 builds, required for shadows and some other IPC.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Mon, 16 Nov 2015 11:36:46 -0000</pubDate><guid>https://sourceforge.neteb821d48bc0fd60936cdf2c474b6c818fdaee7a5</guid></item><item><title>Install modified by Robert</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,6 +1,6 @@
 #Install dependencies#
 required:
-qt4 or qt5  both.
+qt4 or qt5 or both.

 optional:
 XLib for qt4 builds, required for shadows and some other IPC.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Mon, 16 Nov 2015 11:33:06 -0000</pubDate><guid>https://sourceforge.netacccab95b57fbfb77f6bfaed07afcf66c30d77ef</guid></item><item><title>Install modified by Robert</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,10 +1,10 @@
 #Install dependencies#
 required:
 qt4 or qt5  both.
-XLib for qt4 builds.
-xcb for qt5 builds.

 optional:
+XLib for qt4 builds, required for shadows and some other IPC.
+xcb for qt5 builds, required for shadows and some other IPC.
 kde4 for a kcmshell4 systemsettings module and kwin decoration.
 kde5 for a kcmshell5 sysetmsettings module and kwin decoration.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Mon, 16 Nov 2015 11:30:31 -0000</pubDate><guid>https://sourceforge.nete6a93893a2df0174fbe1e2565ec4767705cdc672</guid></item><item><title>Install modified by Robert</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,3 +1,13 @@
+#Install dependencies#
+required:
+qt4 or qt5  both.
+XLib for qt4 builds.
+xcb for qt5 builds.
+
+optional:
+kde4 for a kcmshell4 systemsettings module and kwin decoration.
+kde5 for a kcmshell5 sysetmsettings module and kwin decoration.
+
 #Get code#

 git clone git://git.code.sf.net/p/styleproject/code styleproject-code
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Mon, 16 Nov 2015 11:29:16 -0000</pubDate><guid>https://sourceforge.net1436899d4047fc4641993161489b87b5489035e8</guid></item><item><title>Install modified by Robert</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,15 +4,15 @@

 #Compile Code#

-cd styleproject-code
-mkdir build
-cd build
-cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+$ cd styleproject-code
+$ mkdir build
+$ cd build
+$ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
 *optional args for cmake:*
 *for building against qt5:* **-DQT5BUILD=ON**
 *for overriding the dir where general libs are installed (normally 'lib'):* **-DLIBDIR=lib64**
-make
-sudo make install
+$ make
+$ sudo make install

 #Run#

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Tue, 11 Aug 2015 05:20:44 -0000</pubDate><guid>https://sourceforge.net26bcd03fd782693a019b1b59d6872ac5ae2eb978</guid></item><item><title>Install modified by Robert</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -8,6 +8,9 @@
 mkdir build
 cd build
 cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+*optional args for cmake:*
+*for building against qt5:* **-DQT5BUILD=ON**
+*for overriding the dir where general libs are installed (normally 'lib'):* **-DLIBDIR=lib64**
 make
 sudo make install

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Tue, 11 Aug 2015 05:20:01 -0000</pubDate><guid>https://sourceforge.net3c24b77b258d1b8aba2e93c5b38551f88fce7c6e</guid></item><item><title>Install modified by Robert</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -8,6 +8,7 @@
 mkdir build
 cd build
 cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+make
 sudo make install

 #Run#
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Sun, 02 Nov 2014 18:40:27 -0000</pubDate><guid>https://sourceforge.netaed87ffaa2413e809d17e01fc2737da19ef4409f</guid></item><item><title>Install modified by Robert</title><link>https://sourceforge.net/p/styleproject/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="get-code"&gt;Get code&lt;/h1&gt;
&lt;p&gt;git clone git://git.code.sf.net/p/styleproject/code styleproject-code&lt;/p&gt;
&lt;h1 id="compile-code"&gt;Compile Code&lt;/h1&gt;
&lt;p&gt;cd styleproject-code&lt;br /&gt;
mkdir build&lt;br /&gt;
cd build&lt;br /&gt;
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr&lt;br /&gt;
sudo make install&lt;/p&gt;
&lt;h1 id="run"&gt;Run&lt;/h1&gt;
&lt;p&gt;If everything went okey you should now be able to set&lt;br /&gt;
the widgetstyle and deco accordingly from kde settings.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Sun, 02 Nov 2014 12:08:29 -0000</pubDate><guid>https://sourceforge.net43d72b1ec38d2ef8b31c6e68622bdf0b68c936f7</guid></item></channel></rss>