<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/nanomad/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 24 Mar 2021 20:45:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nanomad/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,6 +1,6 @@
-_Nota bene: so far NanoMAD has only been tested under linux, but the installation should work on any posix OS, with gcc, g++, git and wget.
+*Nota bene: so far NanoMAD has only been tested under linux, but the installation should work on any posix OS, with gcc, g++, git and wget.*

-The easiest way to install NanoMAD is to get the latest version from the subversion repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as subversion (svn) and wget (to download support files): 
+The easiest way to install NanoMAD is to get the latest version from the git repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as git and wget (to download support files): 


 ~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Wed, 24 Mar 2021 20:45:54 -0000</pubDate><guid>https://sourceforge.net5b1a1fcc32ca7f309235078d87a173faf476037a</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -7,7 +7,7 @@
 git clone https://vincefn@git.code.sf.net/p/nanomad/git nanomad
 cd nanomad
 make getdeplibs  # This will download the necessary libraries from the Fox/ObjCryst project
-make -j5 nanomad # You can use -j3 if you have 2 cores/processors, -j5 if you have 4,...
+make -j5 # Use -j3 if you have 2 cores, -j5 if you have 4, etc...
 ~~~

 To install _nanomad_ in /usr/local/bin/, use: 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Wed, 24 Mar 2021 20:44:36 -0000</pubDate><guid>https://sourceforge.net2212948c959674ef5a616337277edff80773fec4</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,4 +1,4 @@
-_Nota bene: so far NanoMAD has only been tested under linux, but the installation should work on any posix OS, with gcc, g++, svn and wget._
+_Nota bene: so far NanoMAD has only been tested under linux, but the installation should work on any posix OS, with gcc, g++, git and wget.

 The easiest way to install NanoMAD is to get the latest version from the subversion repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as subversion (svn) and wget (to download support files): 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Wed, 24 Mar 2021 19:39:44 -0000</pubDate><guid>https://sourceforge.net960ee1b0b3b51ab1685648ae00bd4634aec7fbef</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -6,7 +6,7 @@
 ~~~
 git clone https://vincefn@git.code.sf.net/p/nanomad/git nanomad
 cd nanomad
-make getdeplibs  # This will download the tarball for Fox (14Mb) which includes all necessary libraries
+make getdeplibs  # This will download the necessary libraries from the Fox/ObjCryst project
 make -j5 nanomad # You can use -j3 if you have 2 cores/processors, -j5 if you have 4,...
 ~~~

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Wed, 24 Mar 2021 19:38:50 -0000</pubDate><guid>https://sourceforge.net499da2119dbbb4c8d5f2cdc63b3dd1c8721bf4f8</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -3,11 +3,12 @@
 The easiest way to install NanoMAD is to get the latest version from the subversion repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as subversion (svn) and wget (to download support files):

-    git clone https://vincefn@git.code.sf.net/p/nanomad/git nanomad
-     cd nanomad
-     make getdeplibs  # This will download the tarball for Fox (14Mb) which includes all necessary libraries
-     make -j5 nanomad # You can use -j3 if you have 2 cores/processors, -j5 if you have 4,...
-     
+~~~
+git clone https://vincefn@git.code.sf.net/p/nanomad/git nanomad
+cd nanomad
+make getdeplibs  # This will download the tarball for Fox (14Mb) which includes all necessary libraries
+make -j5 nanomad # You can use -j3 if you have 2 cores/processors, -j5 if you have 4,...
+~~~

 To install _nanomad_ in /usr/local/bin/, use: 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Wed, 24 Mar 2021 19:26:12 -0000</pubDate><guid>https://sourceforge.net1261818d433a4c3cce8326c378b855633ff78edc</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -3,7 +3,7 @@
 The easiest way to install NanoMAD is to get the latest version from the subversion repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as subversion (svn) and wget (to download support files):

-    svn checkout svn://svn.code.sf.net/p/nanomad/code/trunk nanomad
+    git clone https://vincefn@git.code.sf.net/p/nanomad/git nanomad
      cd nanomad
      make getdeplibs  # This will download the tarball for Fox (14Mb) which includes all necessary libraries
      make -j5 nanomad # You can use -j3 if you have 2 cores/processors, -j5 if you have 4,...
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Wed, 24 Mar 2021 19:24:24 -0000</pubDate><guid>https://sourceforge.net3f9a1db96a12e3847c7f28b14381426ecee8155b</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,7 +3,7 @@
 The easiest way to install NanoMAD is to get the latest version from the subversion repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as subversion (svn) and wget (to download support files):

-     svn checkout svn://svn.code.sf.net/p/nanomad/code/trunk nanomad
+    svn checkout svn://svn.code.sf.net/p/nanomad/code/trunk nanomad
      cd nanomad
      make getdeplibs  # This will download the tarball for Fox (14Mb) which includes all necessary libraries
      make -j5 nanomad # You can use -j3 if you have 2 cores/processors, -j5 if you have 4,...
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Thu, 19 Jun 2014 14:22:13 -0000</pubDate><guid>https://sourceforge.net8b076cc124b05172bfacfa9ae182102c34b8c0b4</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,8 +3,7 @@
 The easiest way to install NanoMAD is to get the latest version from the subversion repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as subversion (svn) and wget (to download support files):

-     svn co https://nanomad.svn.sourceforge.net/svnroot/nanomad/trunk
-     mv trunk nanomad
+     svn checkout svn://svn.code.sf.net/p/nanomad/code/trunk nanomad
      cd nanomad
      make getdeplibs  # This will download the tarball for Fox (14Mb) which includes all necessary libraries
      make -j5 nanomad # You can use -j3 if you have 2 cores/processors, -j5 if you have 4,...
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Thu, 19 Jun 2014 14:22:13 -0000</pubDate><guid>https://sourceforge.nete3cebfbe34c37299665c93a7d915784f1e78f6dc</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,7 +3,7 @@
 The easiest way to install NanoMAD is to get the latest version from the subversion repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as subversion (svn) and wget (to download support files):

-     svn co https://vincefn@nanomad.svn.sourceforge.net/svnroot/nanomad/trunk
+     svn co https://nanomad.svn.sourceforge.net/svnroot/nanomad/trunk
      mv trunk nanomad
      cd nanomad
      make getdeplibs  # This will download the tarball for Fox (14Mb) which includes all necessary libraries
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Thu, 19 Jun 2014 14:22:13 -0000</pubDate><guid>https://sourceforge.neta8b1b6fd86f2f591ecb235e1cce0247653bea5e0</guid></item><item><title>Installation modified by Vincent Favre-Nicolin</title><link>https://sourceforge.net/p/nanomad/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,7 +3,8 @@
 The easiest way to install NanoMAD is to get the latest version from the subversion repository, and compile it (necessary libraries will be downloaded automatically). For this you will only need standard c++ development tools (fcc/g++), as well as subversion (svn) and wget (to download support files):

-     svn co https://vincefn@nanomad.svn.sourceforge.net/svnroot/nanomad
+     svn co https://vincefn@nanomad.svn.sourceforge.net/svnroot/nanomad/trunk
+     mv trunk nanomad
      cd nanomad
      make getdeplibs  # This will download the tarball for Fox (14Mb) which includes all necessary libraries
      make -j5 nanomad # You can use -j3 if you have 2 cores/processors, -j5 if you have 4,...
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Favre-Nicolin</dc:creator><pubDate>Thu, 19 Jun 2014 14:22:13 -0000</pubDate><guid>https://sourceforge.net163edfdd46375aea882774715626dcda95b1db37</guid></item></channel></rss>