<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CompilationAndInstallation</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>Recent changes to CompilationAndInstallation</description><atom:link href="https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 05 Apr 2022 05:00:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/feed" rel="self" type="application/rss+xml"/><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v26
+++ v27
@@ -69,7 +69,7 @@

 Use checkinstall instead of make install. The package should be present in your distribution's repository.

-~~~~~
+~~~~~~
 $ make &amp;amp;&amp;amp; sudo checkinstall
 ~~~~~~

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Tue, 05 Apr 2022 05:00:33 -0000</pubDate><guid>https://sourceforge.netb366cd88fa01c6f4452acd98da8b6e18b7959ce0</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v25
+++ v26
@@ -12,14 +12,12 @@
 [Download](https://sourceforge.net/projects/smb4k/files) the latest version of Smb4K and extract the source tarball:

 ~~~~~~
-:::sh
 $ tar xvfJ smb4k-x.y.z.tar.xz
 ~~~~~~

 Replace x.y.z with the version number. Change into the source code directory and create the build directory:

 ~~~~~~
-:::sh
 $ cd smb4k-x.y.z
 $ mkdir build
 ~~~~~~
@@ -27,7 +25,6 @@
 Change into the build directory:

 ~~~~~~
-:::sh
 $ cd build
 ~~~~~~

@@ -38,14 +35,12 @@
 **&lt;u&gt;Without WS-Discovery support&lt;/u&gt;**

 ~~~~~~
-:::sh
 $ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release ..
 ~~~~~~

 **&lt;u&gt;With WS-Discovery support&lt;/u&gt; **

 ~~~~~~
-:::sh
 $ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release -DSMB4K_WITH_WS_DISCOVERY=ON ..
 ~~~~~~

@@ -65,7 +60,6 @@
 After the configuration, compile and install Smb4K:

 ~~~~~~
-:::sh
 $ make &amp;amp;&amp;amp; sudo make install
 ~~~~~~

@@ -75,8 +69,7 @@

 Use checkinstall instead of make install. The package should be present in your distribution's repository.

-~~~~~~
-:::sh
+~~~~~
 $ make &amp;amp;&amp;amp; sudo checkinstall
 ~~~~~~

@@ -85,6 +78,5 @@
 Create a PKGBUILD file inside the source's root directory and run the following command to install Smb4K.

 ~~~~~~
-:::sh
 $ makepkg -i
 ~~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Tue, 05 Apr 2022 04:59:16 -0000</pubDate><guid>https://sourceforge.neta01b0680d9891c32f6b907fd92fe92056fe3b075</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v24
+++ v25
@@ -56,7 +56,7 @@
 There are some Smb4K specific CMake arguments you might be interested in:

 Argument | Description
----------|---------|--------------
+---------|--------------
 -DSMB4K_INSTALL_PLASMOID=ON/OFF | Install the plasmoid. This is ON by default.
 -DSMB4K_WITH_WS_DISCOVERY=ON/OFF | Build with WS-Discovery support for browsing. This is OFF by default.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Tue, 05 Apr 2022 04:55:10 -0000</pubDate><guid>https://sourceforge.net3fd72c129460ba913c4a8616c4702a6b7a30f43b</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -55,7 +55,7 @@

 There are some Smb4K specific CMake arguments you might be interested in:

-Argument | Since Version | Description
+Argument | Description
 ---------|---------|--------------
 -DSMB4K_INSTALL_PLASMOID=ON/OFF | Install the plasmoid. This is ON by default.
 -DSMB4K_WITH_WS_DISCOVERY=ON/OFF | Build with WS-Discovery support for browsing. This is OFF by default.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Tue, 05 Apr 2022 04:54:33 -0000</pubDate><guid>https://sourceforge.nete0263d1f8601e7433dec5dc0529208bee9e1a9be</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -57,8 +57,8 @@

 Argument | Since Version | Description
 ---------|---------|--------------
--DSMB4K_INSTALL_PLASMOID=ON/OFF | 1.1.0 | Install the plasmoid. This is ON by default.
--DSMB4K_WITH_WS_DISCOVERY=ON/OFF | 3.1.0 | Build with WS-Discovery support for browsing. This is OFF by default.
+-DSMB4K_INSTALL_PLASMOID=ON/OFF | Install the plasmoid. This is ON by default.
+-DSMB4K_WITH_WS_DISCOVERY=ON/OFF | Build with WS-Discovery support for browsing. This is OFF by default.

 ## Compilation and Installation

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Mon, 17 May 2021 20:15:44 -0000</pubDate><guid>https://sourceforge.net437d785aaa83f3e34e02115c273b26417537d10f</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -3,11 +3,11 @@

 ## Preparation

-**WS-Discovery Support**
+**&lt;u&gt;WS-Discovery Support&lt;/u&gt;**

 If you decide to enable [WS-Discovery](https://en.wikipedia.org/wiki/WS-Discovery) support, please install the [KDSoap](https://www.kdab.com/development-resources/qt-tools/kd-soap/) library and the [KDSoap WS-Discovery client](https://github.com/caspermeijn/kdsoap-ws-discovery-client). Most recent distributions offer the KDSoap library already, so you install it with you package manager. For installing the KDSoap WS-Discovery client, please follow the instructions given [here](https://github.com/caspermeijn/kdsoap-ws-discovery-client).

-**Smb4K**
+**&lt;u&gt;Smb4K&lt;/u&gt;**

 [Download](https://sourceforge.net/projects/smb4k/files) the latest version of Smb4K and extract the source tarball:

@@ -35,14 +35,14 @@

 Configure the source of Smb4K. 

-**Without WS-Discovery support:**
+**&lt;u&gt;Without WS-Discovery support&lt;/u&gt;**

 ~~~~~~
 :::sh
 $ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release ..
 ~~~~~~

-**With WS-Discovery support: **
+**&lt;u&gt;With WS-Discovery support&lt;/u&gt; **

 ~~~~~~
 :::sh
@@ -51,7 +51,7 @@

 If you want to compile Smb4K with debug symbols, replace *Release* by *Debug*. 

-**Specific CMake arguments**
+**&lt;u&gt;Specific CMake arguments&lt;/u&gt;**

 There are some Smb4K specific CMake arguments you might be interested in:

@@ -71,7 +71,7 @@

 If you want to be able to remove Smb4K with your package manager later on, use the following approaches depending on your distribution.

-**Debian, Ubuntu, openSUSE, Fedora, Redhat, Slackware**
+**&lt;u&gt;Debian, Ubuntu, openSUSE, Fedora, Redhat, Slackware&lt;/u&gt;**

 Use checkinstall instead of make install. The package should be present in your distribution's repository.

@@ -80,7 +80,7 @@
 $ make &amp;amp;&amp;amp; sudo checkinstall
 ~~~~~~

-**Arch Linux, Manjaro**
+**&lt;u&gt;Arch Linux, Manjaro&lt;/u&gt;**

 Create a PKGBUILD file inside the source's root directory and run the following command to install Smb4K.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Sun, 16 May 2021 08:28:54 -0000</pubDate><guid>https://sourceforge.net0f68da495e867ee012e8ac40bddd9cf4e03f8b87</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -69,9 +69,22 @@
 $ make &amp;amp;&amp;amp; sudo make install
 ~~~~~~

-If you want to be able to remove Smb4K with your package manager later on, use *checkinstall* instead of *make install*. The package should be present in your distribution's repository:
+If you want to be able to remove Smb4K with your package manager later on, use the following approaches depending on your distribution.
+   
+**Debian, Ubuntu, openSUSE, Fedora, Redhat, Slackware**
+
+Use checkinstall instead of make install. The package should be present in your distribution's repository.

 ~~~~~~
 :::sh
 $ make &amp;amp;&amp;amp; sudo checkinstall
 ~~~~~~
+   
+**Arch Linux, Manjaro**
+
+Create a PKGBUILD file inside the source's root directory and run the following command to install Smb4K.
+
+~~~~~~
+:::sh
+$ makepkg -i
+~~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Sun, 16 May 2021 08:25:40 -0000</pubDate><guid>https://sourceforge.netce487bf0620d2ad7893f3beb1e9cc7274096d41b</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -3,11 +3,11 @@

 ## Preparation

-**WS-Discovery Support
+**WS-Discovery Support**

 If you decide to enable [WS-Discovery](https://en.wikipedia.org/wiki/WS-Discovery) support, please install the [KDSoap](https://www.kdab.com/development-resources/qt-tools/kd-soap/) library and the [KDSoap WS-Discovery client](https://github.com/caspermeijn/kdsoap-ws-discovery-client). Most recent distributions offer the KDSoap library already, so you install it with you package manager. For installing the KDSoap WS-Discovery client, please follow the instructions given [here](https://github.com/caspermeijn/kdsoap-ws-discovery-client).

-**Smb4K
+**Smb4K**

 [Download](https://sourceforge.net/projects/smb4k/files) the latest version of Smb4K and extract the source tarball:

@@ -35,14 +35,14 @@

 Configure the source of Smb4K. 

-**Without WS-Discovery support:
+**Without WS-Discovery support:**

 ~~~~~~
 :::sh
 $ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release ..
 ~~~~~~

-**With WS-Discovery support: 
+**With WS-Discovery support: **

 ~~~~~~
 :::sh
@@ -51,7 +51,7 @@

 If you want to compile Smb4K with debug symbols, replace *Release* by *Debug*. 

-**Specific CMake arguments 
+**Specific CMake arguments**

 There are some Smb4K specific CMake arguments you might be interested in:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Sun, 16 May 2021 08:11:49 -0000</pubDate><guid>https://sourceforge.netc4d21776231cbf36319849cc66d0ab432f6ae8cc</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -3,11 +3,11 @@

 ## Preparation

-### WS-Discovery Support
+**WS-Discovery Support

 If you decide to enable [WS-Discovery](https://en.wikipedia.org/wiki/WS-Discovery) support, please install the [KDSoap](https://www.kdab.com/development-resources/qt-tools/kd-soap/) library and the [KDSoap WS-Discovery client](https://github.com/caspermeijn/kdsoap-ws-discovery-client). Most recent distributions offer the KDSoap library already, so you install it with you package manager. For installing the KDSoap WS-Discovery client, please follow the instructions given [here](https://github.com/caspermeijn/kdsoap-ws-discovery-client).

-### Smb4K
+**Smb4K

 [Download](https://sourceforge.net/projects/smb4k/files) the latest version of Smb4K and extract the source tarball:

@@ -35,14 +35,14 @@

 Configure the source of Smb4K. 

-a. Without WS-Discovery support:
+**Without WS-Discovery support:

-    ~~~~~~
-    :::sh
-    $ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release ..
-    ~~~~~~
+~~~~~~
+:::sh
+$ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release ..
+~~~~~~

-b. With WS-Discovery support: 
+**With WS-Discovery support: 

 ~~~~~~
 :::sh
@@ -51,7 +51,7 @@

 If you want to compile Smb4K with debug symbols, replace *Release* by *Debug*. 

-### Specific CMake arguments 
+**Specific CMake arguments 

 There are some Smb4K specific CMake arguments you might be interested in:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Sun, 16 May 2021 08:11:13 -0000</pubDate><guid>https://sourceforge.net5b10ba2410d697f7275f184d53846224fb1390c9</guid></item><item><title>CompilationAndInstallation modified by Alexander Reinholdt</title><link>https://sourceforge.net/p/smb4k/wiki/CompilationAndInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -37,10 +37,10 @@

 a. Without WS-Discovery support:

-~~~~~~
-:::sh
-$ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release ..
-~~~~~~
+    ~~~~~~
+    :::sh
+    $ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release ..
+    ~~~~~~

 b. With WS-Discovery support: 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Reinholdt</dc:creator><pubDate>Sun, 16 May 2021 08:09:32 -0000</pubDate><guid>https://sourceforge.net0ce39d452b66ed244c91976830f61365bfbb2a3c</guid></item></channel></rss>