<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to LinuxSources</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</link><description>Recent changes to LinuxSources</description><atom:link href="https://sourceforge.net/p/farsa/wiki/LinuxSources/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Nov 2015 10:22:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/farsa/wiki/LinuxSources/feed" rel="self" type="application/rss+xml"/><item><title>LinuxSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</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:02 -0000</pubDate><guid>https://sourceforge.net9088e40ededde9fbebc0c1a7968fcd057ef13618</guid></item><item><title>LinuxSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</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:31 -0000</pubDate><guid>https://sourceforge.net3b69f54483fc695d6280cc9372e75ee36981b8af</guid></item><item><title>LinuxSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</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:52:58 -0000</pubDate><guid>https://sourceforge.netfbb08ddeca1f0a7d42122b38ae770d94cc6bf826</guid></item><item><title>LinuxSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</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:31:46 -0000</pubDate><guid>https://sourceforge.net2121a7bddb338fb2e24a21d8e4070b492a1ddb65</guid></item><item><title>LinuxSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</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:36:42 -0000</pubDate><guid>https://sourceforge.net08dcea4822a4755660a0bfbe0baf41f0899e3099</guid></item><item><title>LinuxSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v24
+++ v25
@@ -1,7 +1,10 @@
-   Up: [Installation] | [Home] | Next: [Start using FARSA]
+[Prev: Windows - Installing from Sources]([WindowsSources]) | [Up: Installation]([Installation]) | [Next: Mac - Installing from Sources]([MacSources])
  -------|--------|----------
         |        |

+**Table of contents**
+
+[TOC]

 Linux - 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:21:36 -0000</pubDate><guid>https://sourceforge.netc7e344c764f9ac458a57f742cda578cdd0ebad1e</guid></item><item><title>LinuxSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -8,10 +8,10 @@

 # Assumptions

-In the following guide, we will assume that FARSA source files are in the *SOURCESDIR* directory, that the building process will make use of makefiles and will happen in the *BUILDDIR* directory and that FARSA will be installed in the *INSTALDIR* directory. You can put those directories wherever you want, but we suggest you to follow these guidelines:
+In the following guide, we will assume that FARSA source files are in the *SOURCES\_DIR* directory, that the building process will make use of makefiles and will happen in the *BUILD\_DIR* directory and that FARSA will be installed in the *INSTALL\_DIR* directory. You can put those directories wherever you want, but we suggest you to follow these guidelines:

-* keep the *SOURCESDIR* and *BUILDDIR* separated. This will make it easy to start compilation from scratch in case something goes wrong by simply deleting the content of *BUILDDIR*;
-* if you set *INSTALLDIR* to /usr/local (or even /usr) you will not need to set any environment variable when executing FARSA or developing plugins. If, however, you don't want to use system paths (or you simply can't), you can use any other location. Make sure you set all the environment variables listed below, though.
+* keep the *SOURCES\_DIR* and *BUILD\_DIR* separated. This will make it easy to start compilation from scratch in case something goes wrong by simply deleting the content of *BUILD\_DIR*;
+* if you set *INSTALL\_DIR* to /usr/local (or even /usr) you will not need to set any environment variable when executing FARSA or developing plugins. If, however, you don't want to use system paths (or you simply can't), you can use any other location. Make sure you set all the environment variables listed below, though.

 # Step 1: Install all necessary programs and libraries

@@ -20,7 +20,7 @@
 * C++ compiler - FARSA is known to compile with [GCC](https://gcc.gnu.org/), other compilers have not been tested (though they should work as long as they are standard-compliant)
 * [CMake](https://cmake.org/) - Use version 2.8 or above. During installation we will use it to generate Makefiles
 * [Qt](http://www.qt.io/) - FARSA has been tested with both version 4.x and 5.x
-* [GSL](https://www.gnu.org/software/gsl/) - this is a library with optimized math routines. It is optional bu strongly recommended
+* [GSL](https://www.gnu.org/software/gsl/) - this is a library with optimized math routines. It is optional but strongly recommended

 All the programs and libraries above should be available with any recent Linux distribution. The easiest way to install them is generally through your distribution package manager.

@@ -29,18 +29,16 @@
 * Add the following environment variables (they are not necessary if you install FARSA in system paths, such as /usr or /usr/local):

    :::INI
-   # INSTALLDIR is the installation directory
-   FARSA_DIR=INSTALLDIR
+   FARSA_DIR=INSTALL\_DIR
    PATH=$FARSA_DIR/bin:$PATH
    LD_LIBRARY_PATH=$FARSA_DIR/lib:$LD_LIBRARY_PATH

-* 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 *SOURCESDIR* directory. Alternatively you can chekout code directly from the [svn repository](https://sourceforge.net/p/farsa/code/).
-* Create the *BUILDDIR* directory, where FARSA will be built.
-* Generate the Makefiles for building FARSA using CMake with the following settings (i.e. run CMake, using *SOURCESDIR* as that directory with source files and *BUILDDIR* as the directory with binary files, press the CONFIGURE button, set the parameters specified below, and finally press the CONFIGURE and then the GENERATE buttons):
+* 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 *SOURCES\_DIR* directory. Alternatively you can chekout code directly from the [svn repository](https://sourceforge.net/p/farsa/code/).
+* Create the *BUILD\_DIR* directory, where FARSA will be built.
+* Generate the Makefiles for building FARSA using CMake with the following settings (i.e. run CMake, using *SOURCES\_DIR* as that directory with source files and *BUILD\_DIR* as the directory with binary files, press the CONFIGURE button, set the parameters specified below, and finally press the CONFIGURE and then the GENERATE buttons):

    :::INI
-   # INSTALLDIR is the installation directory
-   CMAKE_INSTALL_PREFIX = INSTALLDIR
+   CMAKE_INSTALL_PREFIX = INSTALL\_DIR
    USE_GSL = ON # Only if you installed GSL, otherwise set to OFF
    EXPERIMENTAL_NEWTON_FROMSOURCE = ON
    FARSA_USE_QT5 = OFF # If you have QT 4.x installed, set to ON if you have QT 5.x installed
@@ -48,7 +46,7 @@
 * Compile and install FARSA with the following commands (in a terminal):

    :::bash
-   cd BUILDDIR
+   cd BUILD\_DIR
    make
    make install

@@ -64,8 +62,4 @@

 # 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 *INSTALLDIR/bin*.
-
-   Up: [Installation] | [Home] | Next: [Start using FARSA]
- -------|--------|----------
-        |        |
+If everything went well, you should now be able to start the total99 executable simply by double-clicking on the executable present into *INSTALL\_DIR/bin*.
&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:53 -0000</pubDate><guid>https://sourceforge.netc00d5c05109fd089dfbfb067739f8161f3e481ac</guid></item><item><title>LinuxSources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/LinuxSources/</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:01:19 -0000</pubDate><guid>https://sourceforge.neta5c054ddf00b18a74dcbee8e5bed6cfcd498b8f3</guid></item><item><title>Linux - Installing from Sources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/Linux%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:56 -0000</pubDate><guid>https://sourceforge.net6d3fe217de3320533870b33d366ac805ac16a6bd</guid></item><item><title>Linux - Installing from Sources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/Linux%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:36 -0000</pubDate><guid>https://sourceforge.net7f47aefeb8fcaf861e8b6dea726f70aeefbb4a4d</guid></item></channel></rss>