<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to WindowsSources</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</link><description>Recent changes to WindowsSources</description><atom:link href="https://sourceforge.net/p/farsa/wiki/WindowsSources/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Nov 2015 10:22:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/farsa/wiki/WindowsSources/feed" rel="self" type="application/rss+xml"/><item><title>WindowsSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</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/">Tomassino Ferrauto</dc:creator><pubDate>Fri, 20 Nov 2015 10:22:23 -0000</pubDate><guid>https://sourceforge.net84da68e5be330bbb9681fcdb004eecb2d5b68dc6</guid></item><item><title>WindowsSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</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/">Tomassino Ferrauto</dc:creator><pubDate>Tue, 17 Nov 2015 13:59:50 -0000</pubDate><guid>https://sourceforge.net0f3c69d9578e2dbcdde5bf5287e9397ea04e09be</guid></item><item><title>WindowsSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</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/">Tomassino Ferrauto</dc:creator><pubDate>Sat, 14 Nov 2015 08:53:32 -0000</pubDate><guid>https://sourceforge.net3fc7e44081158f11472a6c310928d9106669a7cf</guid></item><item><title>WindowsSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</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/">Tomassino Ferrauto</dc:creator><pubDate>Fri, 13 Nov 2015 10:32:06 -0000</pubDate><guid>https://sourceforge.netfecc69567cf4c99a147c4703e1b58577a038c0e0</guid></item><item><title>WindowsSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</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/">Tomassino Ferrauto</dc:creator><pubDate>Thu, 12 Nov 2015 10:37:03 -0000</pubDate><guid>https://sourceforge.netb1e1d3292629bfa1edcea07e5b87e1284f4ad348</guid></item><item><title>WindowsSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -1,6 +1,10 @@
-   Up: [Installation] | [Home] | Next: [Start using FARSA]
+[Prev: Mac - Installing from Binaries]([MacBinaries]) | [Up: Installation]([Installation]) | [Next: Linux - Installing from Sources]([LinuxSources])
  -------|--------|----------
         |        |
+
+**Table of contents**
+
+[TOC]

 Windows - Installing from Sources
 =======
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Thu, 12 Nov 2015 10:22:07 -0000</pubDate><guid>https://sourceforge.net48996b649a0fd3e76515e0a734dc25b871e8625d</guid></item><item><title>WindowsSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -10,8 +10,8 @@
 In the following guide, we suppose that there is a base directory containing everything we need. You can create it wherever you prefer (e.g. inside your home directory) and we will refer to this directory as *BASE\_DIR*. Inside *BASE\_DIR* create the following subdirectories:

 * **source** — it will contain the source code
-* **build** — it will contain Makefiles for compiling and debugging
-* **opt** — it will contain the software installed by the Makefiles in the build directory
+* **build** — it will contain files for compiling and debugging
+* **opt** — it will contain the installed files

 # Step 1: Install all necessary programs and libraries

@@ -27,7 +27,7 @@
 * Add the following environment variables (read [this quick how-to](http://www.computerhope.com/issues/ch000549.htm) if you do not know how to do it):

         :::ini
-        FARSA_DIR = BASE_DIR\\opt\\farsa
+        FARSA_DIR = BASE_DIR\opt\farsa

 * Download and extract the FARSA source code package [farsa-x.y.z .zip or .tar.gz file](https://sourceforge.net/projects/farsa/files/) inside the *BASE_DIR\source* directory
 * Create the directory where we will build FARSA: *BASE_DIR\build\farsa*
@@ -38,11 +38,11 @@
         Build directory = BASE_DIR\build\farsa
         CMAKE_INSTALL_PREFIX = BASE_DIR\opt\farsa
         USE_GSL = ON # Only if you installed GSL, otherwise set to OFF
-   FARSA_USE_QT5 = OFF # If you have QT 4.x installed, set to ON if you have QT 5.x installed
+        FARSA_USE_QT5 = OFF # If you have QT 4.x installed, set to ON if you have QT 5.x installed

 * Run Visual Studio
 * Open the solution file called "farsa.sln" contained in the directory *BASE_DIR\build\farsa*. This file has been generated by CMake
-* Set the "release" compilation mode if the default value is "debug"
+* Set the "release" compilation mode if the default value is "debug". If possible, repeat the compilation and installation steps for both the "debug" and "release" versio
 * Run the "build all" or "build solution"
 * Select the INSTALL project from the FARSA project list window of Visual Studio and compile it by running the "build solution" or "build project" command from the menu or after right clicking on it. This is necessary since the INSTALL project is never executed by default

@@ -56,7 +56,3 @@

 ## Run and Test Total99
 If everything went well, you should now be able to start the total99 executable simply by double-clicking on the executable present into *BASE_DIR\opt\bin*
-
-   Up: [Installation] | [Home] | Next: [Start using FARSA]
- -------|--------|----------
-        |        |
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Mon, 02 Nov 2015 14:51:56 -0000</pubDate><guid>https://sourceforge.nete766fd1f5c9559e57d5fe72445a3cfb0884eff20</guid></item><item><title>WindowsSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/WindowsSources/</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/">Tomassino Ferrauto</dc:creator><pubDate>Mon, 02 Nov 2015 11:00:58 -0000</pubDate><guid>https://sourceforge.net54710d31d41d584e2730cc00dfae2c569111cdca</guid></item><item><title>Windows - Installing from Sources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/Windows%2520-%2520Installing%2520from%2520Sources/</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/">Tomassino Ferrauto</dc:creator><pubDate>Mon, 02 Nov 2015 10:51:59 -0000</pubDate><guid>https://sourceforge.nete73cd59a6cc98e613566ac5a23276751ca3134ac</guid></item><item><title>Windows - Installing from Sources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/Windows%2520-%2520Installing%2520from%2520Sources/</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/">Tomassino Ferrauto</dc:creator><pubDate>Mon, 02 Nov 2015 10:51:40 -0000</pubDate><guid>https://sourceforge.netde017bda2ecea49127b13341c326d031f2f1df8b</guid></item></channel></rss>