<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/lisem/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Sep 2014 10:49:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lisem/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -62,7 +62,7 @@
 Or, when using Cygwin:

     :::bash
-    cmake -G "Unix Makefiles" -DCMAKE_MAKE_PROGRAM=mingw-make -DCMAKE_BUILD_TYPE=Develop \
+    cmake -G "Unix Makefiles" -DCMAKE_MAKE_PROGRAM=mingw-make -DCMAKE_BUILD_TYPE=Debug \
         &amp;lt;path_to_lisem_sources&amp;gt;

 To be able to run the LISEM executable, the paths to the 3rd party dlls (Qt, Qwt) must be added to the PATH variable. If things don't work, use the [Dependency Walker](http://www.dependencywalker.com/) to inspect the dependencies of LISEM on dlls. Example, using DOS commandline syntax:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Mon, 08 Sep 2014 10:49:24 -0000</pubDate><guid>https://sourceforge.net39f3c8b50a007dccf72dcca3dfa247f6c91b6d1c</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -2,6 +2,7 @@

 - [Git]
 - [CMake]
+- [3rdPartySoftware]

 Obtain LISEM source code
@@ -20,7 +21,7 @@

 LISEM requires a C++11 conforming compiler. Gcc 4.9 works fine.

-LISEM requires some 3rd party software libraries: [Qt](http://qt.digia.com), [Qwt](http://qwt.sourceforge.net/), [Boost](http://www.boost.org), [PCRaster raster format](http://www.pcraster.eu). These can be obtained elsewhere. When configuring Lisem, CMake must be able to find the 3rd party software libraries. One option is to install them in a directory and set the LISEM_3RD_PARTY_ROOT environment variable to point to this location.
+LISEM requires some 3rd party software libraries: [Qt](http://qt.digia.com), [Qwt](http://qwt.sourceforge.net/), [Boost](http://www.boost.org), [PCRaster raster format](http://www.pcraster.eu). These can be obtained elsewhere. See also: [3rdPartySoftware]. When configuring Lisem, CMake must be able to find the 3rd party software libraries. One option is to install them in a directory and set the LISEM_3RD_PARTY_ROOT environment variable to point to this location.

 Build LISEM on 64 bit Windows with Mingw64
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Thu, 05 Jun 2014 07:54:47 -0000</pubDate><guid>https://sourceforge.net114b72231ff4dcee5a58e2c1324e47b190fa4aa0</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -6,7 +6,7 @@

 Obtain LISEM source code
 ========================
-The LISEM source code is stored in a Git repository.
+The LISEM source code is stored in a Git repository. You need to install a Git client to be able to checkout the LISEM source code. See also: [Git].

 To checkout the LISEM source code, use this command:

@@ -16,7 +16,7 @@

 Build LISEM
 ===========
-The build process is managed by CMake. See the [CMake website](http://www.cmake.org) for more information. You need to install CMake to be able to build LISEM.
+The build process is managed by CMake. You need to install CMake to be able to build LISEM. See also: [CMake].

 LISEM requires a C++11 conforming compiler. Gcc 4.9 works fine.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Tue, 03 Jun 2014 07:17:13 -0000</pubDate><guid>https://sourceforge.net33806a64f6dee98110eddf29ee799457eca9de37</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -6,7 +6,7 @@

 Obtain LISEM source code
 ========================
-The LISEM source code is stored in a Git repository. See the [Sourceforge documentation page about Git](https://sourceforge.net/p/forge/documentation/Git/) for more information.
+The LISEM source code is stored in a Git repository.

 To checkout the LISEM source code, use this command:

@@ -36,7 +36,7 @@

 Add the bin directory to the PATH environment variable.

-This is the procedure for building LISEM:
+This is the procedure for building LISEM from a DOS command prompt:

 1. Run cmake-gui.
 1. Point CMake to the source directory.
@@ -45,7 +45,7 @@
 1. Pick a generator: 'MinGW Makefiles'.
 1. Press 'Generate'.

-Now open a DOS command window and cd to the binary directory. Then:
+Cd to the binary directory and type:

     :::bash
     mingw32-make
@@ -58,7 +58,7 @@
     cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Develop 
     mingw32-make

-Or, when using cygwin:
+Or, when using Cygwin:

     :::bash
     cmake -G "Unix Makefiles" -DCMAKE_MAKE_PROGRAM=mingw-make -DCMAKE_BUILD_TYPE=Develop \
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Tue, 03 Jun 2014 07:15:29 -0000</pubDate><guid>https://sourceforge.netb64a137868a6a8d37d172e374b73b44b92e67cd4</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,4 +1,7 @@
-This is the LISEM wiki. It contains information about how to obtain and build LISEM.
+This is the LISEM wiki. It contains information about how to obtain and build LISEM. See also:
+
+- [Git]
+- [CMake]

 Obtain LISEM source code
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Mon, 02 Jun 2014 13:41:14 -0000</pubDate><guid>https://sourceforge.netb61476b6d94a37255a851f3b9ac9552194e5eff6</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Mon, 02 Jun 2014 12:55:07 -0000</pubDate><guid>https://sourceforge.net43edb1f08157adb5356873c846680c57278d6187</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -17,7 +17,8 @@

 LISEM requires a C++11 conforming compiler. Gcc 4.9 works fine.

-LISEM requires some 3rd party software libraries: [Qt](http://qt.digia.com), [Qwt](http://qwt.sourceforge.net/), [Boost](http://www.boost.org), [PCRaster raster format](http://www.pcraster.eu). These can be obtained elsewhere.
+LISEM requires some 3rd party software libraries: [Qt](http://qt.digia.com), [Qwt](http://qwt.sourceforge.net/), [Boost](http://www.boost.org), [PCRaster raster format](http://www.pcraster.eu). These can be obtained elsewhere. When configuring Lisem, CMake must be able to find the 3rd party software libraries. One option is to install them in a directory and set the LISEM_3RD_PARTY_ROOT environment variable to point to this location.
+

 Build LISEM on 64 bit Windows with Mingw64
 ------------------------------------------
@@ -60,9 +61,25 @@
     cmake -G "Unix Makefiles" -DCMAKE_MAKE_PROGRAM=mingw-make -DCMAKE_BUILD_TYPE=Develop \
         

-To be able to run the LISEM executable, the paths to the 3rd party dlls (Qt, Qwt) must be added to the PATH variable. If things don't work, use the [Dependency Walker](http://www.dependencywalker.com/) to inspect the dependencies of LISEM on dlls.
+To be able to run the LISEM executable, the paths to the 3rd party dlls (Qt, Qwt) must be added to the PATH variable. If things don't work, use the [Dependency Walker](http://www.dependencywalker.com/) to inspect the dependencies of LISEM on dlls. Example, using DOS commandline syntax:
+
+    :::bat
+    set PATH=%LISEM_3RD_PARTY_ROOT%\qt-4.8.4\lib;%LISEM_3RD_PARTY_ROOT%\qwt-6.0.1\lib;%PATH%

 Build LISEM on other platforms
 ------------------------------
-LISEM can be build on other platforms too. As long as the compiler supports C++11 and all prerequisites are installed. CMake can generate project files for Eclipse, Visual Studio, etc. Building LISEM has been tested on Windows/Mingw-w64 and Linux/gcc4.9.
+LISEM can be built on other platforms too. As long as the compiler supports C++11 and all prerequisites are installed. CMake can generate project files for Eclipse, Visual Studio, etc. Building LISEM has been tested on Windows-64/Mingw-w64/gcc-4.9 and Linux-64/gcc-4.9.
+
+
+Tips
+----
+When building Lisem using Makefiles, the make program will by default use only one CPU core. You can speed up the build by telling make to use multiple cores:
+
+    :::bash
+    make -j
+
+You can also set much used make commandline options in an environment variable called MAKEFLAGS, for example (using bash syntax):
+
+    :::bash
+    export MAKEFLAGS="--quiet -j6"
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Mon, 02 Jun 2014 12:50:12 -0000</pubDate><guid>https://sourceforge.net270e0de3bb3af1b040f7ab01e72a8dc0142f5ac2</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -23,7 +23,7 @@
 ------------------------------------------
 LISEM can be built on 64 bit Windows using [Mingw-w64](http://mingw-w64.sourceforge.net/). Mingw-w64 builds can be found on the Mingw-w64 project page. Be sure to pick a threads-posix build instead of a threads-win32 build. A good example is the build found here:

-https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/
+https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-posix/seh/

 The zip file can be unzipped like this:

@@ -31,8 +31,6 @@
     7z .7z

 Add the bin directory to the PATH environment variable.
-
-TODO: mention location of pre-built 3rd-party software libraries.

 This is the procedure for building LISEM:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Mon, 02 Jun 2014 12:07:42 -0000</pubDate><guid>https://sourceforge.net1e429f90ea6a5af36a75fcdec08ff2b90210112b</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -31,6 +31,8 @@
     7z .7z

 Add the bin directory to the PATH environment variable.
+
+TODO: mention location of pre-built 3rd-party software libraries.

 This is the procedure for building LISEM:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Fri, 09 May 2014 12:50:49 -0000</pubDate><guid>https://sourceforge.net797abb6d9625d4c06b54c58bc9ce37463f899dfc</guid></item><item><title>Home modified by Kor de Jong</title><link>https://sourceforge.net/p/lisem/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -17,7 +17,7 @@

 LISEM requires a C++11 conforming compiler. Gcc 4.9 works fine.

-LISEM requires some 3rd party software libraries: [Qt](http://qt.digia.com), [Qwt](http://qwt.sourceforge.net/), [Boost](http://www.boost.org), [PCRaster raster format](http://www.pcraster.eu). These can be obtained elsewhere. Make sure the path to Qt's bin directory, containing qmake, is added to PATH.
+LISEM requires some 3rd party software libraries: [Qt](http://qt.digia.com), [Qwt](http://qwt.sourceforge.net/), [Boost](http://www.boost.org), [PCRaster raster format](http://www.pcraster.eu). These can be obtained elsewhere.

 Build LISEM on 64 bit Windows with Mingw64
 ------------------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kor de Jong</dc:creator><pubDate>Fri, 09 May 2014 12:16:46 -0000</pubDate><guid>https://sourceforge.netabac46684daa765ae701454efc65e90dcd626fa9</guid></item></channel></rss>