<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Linux installation</title><link>https://sourceforge.net/p/magnes/wiki/Linux%2520installation/</link><description>Recent changes to Linux installation</description><atom:link href="https://sourceforge.net/p/magnes/wiki/Linux%20installation/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 23 Jun 2017 02:35:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/magnes/wiki/Linux%20installation/feed" rel="self" type="application/rss+xml"/><item><title>Linux installation modified by Armando Navarro-Vázquez</title><link>https://sourceforge.net/p/magnes/wiki/Linux%2520installation/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Tested on OpenSuse tumbleweed&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download the MagNes source code through svn  ( svn checkout &lt;a href="https://svn.code.sf.net/p/magnes/code/"&gt;https://svn.code.sf.net/p/magnes/code/&lt;/a&gt; magnes-code )&lt;/li&gt;
&lt;li&gt;Configure the projet using the Qt5 qmake. This command may be installad as qmake-qt5 on your Linux system.&lt;/li&gt;
&lt;li&gt;Load the magnes-code/magnes.pro project file&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure the project as debug or release as desired&lt;br/&gt;
    $ qmake-qt5 CONFIG+=debug&lt;br/&gt;
    or&lt;br/&gt;
    $ qmake-qt5 CONFIG=+release&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Compile&lt;br/&gt;
    $make &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install&lt;br/&gt;
    $make install&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Your MagNes binary, libraries and plugins will be in&lt;br/&gt;
      magnes-code/install/Linux/bin&lt;br/&gt;
      magnes-code/install/Linux/lib&lt;br/&gt;
      magnes-code/install/Linux/plugins&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a script similar to this in a directory contained in your PATH&lt;br/&gt;
      magnes.sh&lt;br/&gt;
      MAGNES_DIR=$HOME/magnes-code/install/Linux/magnes&lt;br/&gt;
      LD_LIBRARY_PATH=$MAGNES_DIR/lib:$LD_LIBRARY_PATH&lt;br/&gt;
      $MAGNES_DIR/bin/MagNes $1 $2 $3&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the magnes.sh script&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;In order to use the magnes application without gui you must call the script as&lt;br/&gt;
      magnes.sh --nogui structurefile inputextfile&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Armando Navarro-Vázquez</dc:creator><pubDate>Fri, 23 Jun 2017 02:35:49 -0000</pubDate><guid>https://sourceforge.net062b8a720205b0f5d193227c71cf920e3772506c</guid></item></channel></rss>