<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Building</title><link>https://sourceforge.net/p/plonesearch/wiki/Building/</link><description>Recent changes to Building</description><atom:link href="https://sourceforge.net/p/plonesearch/wiki/Building/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 07 May 2013 07:31:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plonesearch/wiki/Building/feed" rel="self" type="application/rss+xml"/><item><title>Building modified by Silas Parker</title><link>https://sourceforge.net/p/plonesearch/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -6,7 +6,7 @@
 Linux - Fedora
 --------------

-Install the packages to build the software and Qt by running the following as root:
+Install the development tools for Qt by running the following as root:

 ~~~~~~
 yum groupinstall "Development Tools"
@@ -25,7 +25,7 @@

 ~~~~~~
 cd plonesearch/build
-qmake-qt4 CONFIG=release ../source
+qmake-qt4 CONFIG+=release ../source
 make
 ~~~~~~

@@ -43,7 +43,7 @@
 Express is available from
 http://go.microsoft.com/?linkid=9709949

-Install the Qt 4.8 for Windows (VS 2010) from
+Install Qt 4.8 for Windows (VS 2010) from
 http://qt-project.org/downloads

 To checkout from SVN install TortoiseSVN from
@@ -60,12 +60,12 @@
 Build the code by running qmake and nmake as follows, from within the `build` directory:

 ~~~~~~
-set Path=C:\Qt\4.8.4\bin;%PATH%
-qmake CONFIG=release ..\source
+set PATH=C:\Qt\4.8.4\bin;%PATH%
+qmake CONFIG+=release ..\source
 nmake
 ~~~~~~

-*Note:* You may need to adjust the path to Qt in the above `set Path` line to point to where you installed Qt.
+*Note:* You may need to adjust the path to Qt in the above `set PATH` line to point to where you installed Qt.

 If the build worked correctly you can now start it by running:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Silas Parker</dc:creator><pubDate>Tue, 07 May 2013 07:31:45 -0000</pubDate><guid>https://sourceforge.net581d80dfc363ea67bbb974f9242181e8299a1854</guid></item><item><title>WikiPage Building modified by Silas Parker</title><link>https://sourceforge.net/p/plonesearch/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,5 +1,7 @@
 Building From Source
 ====================
+
+PloneSearch should build on anything which supports Qt 4.7 or above.

 Linux - Fedora
 --------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Silas Parker</dc:creator><pubDate>Sun, 27 Jan 2013 10:41:38 -0000</pubDate><guid>https://sourceforge.net9f6d060832fce3047c9031e4c44026577096a827</guid></item><item><title>WikiPage Building modified by Silas Parker</title><link>https://sourceforge.net/p/plonesearch/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -48,7 +48,10 @@
 http://tortoisesvn.net/downloads.html

 Either download a source zip file, or checkout from the SVN repository:
+
+~~~~~~
 svn://svn.code.sf.net/p/plonesearch/code/trunk
+~~~~~~

 Start the *Visual Studio Command Prompt (2010)* and `cd` into the `build` sub-directory.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Silas Parker</dc:creator><pubDate>Fri, 25 Jan 2013 22:38:56 -0000</pubDate><guid>https://sourceforge.netb03c7945874e8fa076070544de106194e1522678</guid></item><item><title>WikiPage Building modified by Silas Parker</title><link>https://sourceforge.net/p/plonesearch/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -60,7 +60,9 @@
 nmake
 ~~~~~~

-If this worked correctly you can now start it by running:
+*Note:* You may need to adjust the path to Qt in the above `set Path` line to point to where you installed Qt.
+
+If the build worked correctly you can now start it by running:

 ~~~~~~
 plonesearch.exe
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Silas Parker</dc:creator><pubDate>Fri, 25 Jan 2013 22:38:17 -0000</pubDate><guid>https://sourceforge.netbc3664b1316300e9f04477b3374bd548dd300d55</guid></item><item><title>WikiPage Building modified by Silas Parker</title><link>https://sourceforge.net/p/plonesearch/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -14,7 +14,7 @@
 As a standard user, download or checkout the source code by running:

 ~~~~~~
-svn checkout https://svn.code.sf.net/p/plonesearch/code/trunk plonesearch
+svn checkout svn://svn.code.sf.net/p/plonesearch/code/trunk plonesearch
 ~~~~~~

 This will checkout the source code into a directory named `plonesearch` in your current working directory.
@@ -48,7 +48,7 @@
 http://tortoisesvn.net/downloads.html

 Either download a source zip file, or checkout from the SVN repository:
-https://svn.code.sf.net/p/plonesearch/code/trunk
+svn://svn.code.sf.net/p/plonesearch/code/trunk

 Start the *Visual Studio Command Prompt (2010)* and `cd` into the `build` sub-directory.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Silas Parker</dc:creator><pubDate>Fri, 25 Jan 2013 22:34:33 -0000</pubDate><guid>https://sourceforge.net6f8887349baac4a33e4b2ec78a323665d6e9ef24</guid></item><item><title>WikiPage Building modified by Silas Parker</title><link>https://sourceforge.net/p/plonesearch/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,7 +4,7 @@
 Linux - Fedora
 --------------

-Install the packages to build the software by running the following as root:
+Install the packages to build the software and Qt by running the following as root:

 ~~~~~~
 yum groupinstall "Development Tools"
@@ -33,3 +33,39 @@
 ./plonesearch
 ~~~~~~

+
+Windows - Visual Studio 2010
+----------------------------
+
+Install Microsoft Visual Studio 2010 C++ (Express or Professional).
+Express is available from
+http://go.microsoft.com/?linkid=9709949
+
+Install the Qt 4.8 for Windows (VS 2010) from
+http://qt-project.org/downloads
+
+To checkout from SVN install TortoiseSVN from
+http://tortoisesvn.net/downloads.html
+
+Either download a source zip file, or checkout from the SVN repository:
+https://svn.code.sf.net/p/plonesearch/code/trunk
+
+Start the *Visual Studio Command Prompt (2010)* and `cd` into the `build` sub-directory.
+
+Build the code by running qmake and nmake as follows, from within the `build` directory:
+
+~~~~~~
+set Path=C:\Qt\4.8.4\bin;%PATH%
+qmake CONFIG=release ..\source
+nmake
+~~~~~~
+
+If this worked correctly you can now start it by running:
+
+~~~~~~
+plonesearch.exe
+~~~~~~
+
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Silas Parker</dc:creator><pubDate>Fri, 25 Jan 2013 22:17:40 -0000</pubDate><guid>https://sourceforge.netdc67653e89f23c5808906a9e71ab073e4d3b5778</guid></item><item><title>WikiPage Building modified by Silas Parker</title><link>https://sourceforge.net/p/plonesearch/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="building-from-source"&gt;Building From Source&lt;/h1&gt;
&lt;h2 id="linux-fedora"&gt;Linux - Fedora&lt;/h2&gt;
&lt;p&gt;Install the packages to build the software by running the following as root:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;yum&lt;/span&gt; &lt;span class="n"&gt;groupinstall&lt;/span&gt; &amp;quot;&lt;span class="n"&gt;Development&lt;/span&gt; &lt;span class="n"&gt;Tools&lt;/span&gt;&amp;quot;
&lt;span class="n"&gt;yum&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="n"&gt;qt&lt;/span&gt; &lt;span class="n"&gt;qt&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;devel&lt;/span&gt; &lt;span class="n"&gt;qtwebkit&lt;/span&gt; &lt;span class="n"&gt;qtwebkit&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;devel&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;As a standard user, download or checkout the source code by running:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;svn&lt;/span&gt; &lt;span class="n"&gt;checkout&lt;/span&gt; &lt;span class="n"&gt;https&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="n"&gt;svn&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sf&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;net&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;plonesearch&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt; &lt;span class="n"&gt;plonesearch&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;This will checkout the source code into a directory named &lt;code&gt;plonesearch&lt;/code&gt; in your current working directory.&lt;/p&gt;
&lt;p&gt;Build the code by running qmake and make as follows:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;plonesearch&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;build&lt;/span&gt;
&lt;span class="n"&gt;qmake&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;qt4&lt;/span&gt; &lt;span class="n"&gt;CONFIG&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="n"&gt;release&lt;/span&gt; &lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;./&lt;/span&gt;&lt;span class="n"&gt;source&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;If this worked correctly you can now start it by running:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;./&lt;/span&gt;&lt;span class="n"&gt;plonesearch&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Silas Parker</dc:creator><pubDate>Fri, 25 Jan 2013 21:57:38 -0000</pubDate><guid>https://sourceforge.net150cd77ade63551fcc0a288e81ae05111ca4b100</guid></item></channel></rss>