<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SetupAndCompile</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>Recent changes to SetupAndCompile</description><atom:link href="https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 29 Jun 2012 10:19:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v27
+++ v28
@@ -44,4 +44,8 @@
 
 Compiling for Debug
 ============================
-If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile` and add `-DDEBUG` at the end of the `CFLAGS` variable. In the same variable, you should also change `-O2` to `-O0`. If you cannot find the `Makefile`, run `./configure` to generate it.
+If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile.in` and add `-DDEBUG` at the end of the `CFLAGS` variable. The resulting CFLAGS variable should be:
+
+    CFLAGS  =-Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @CFLAGS@ -DDEBUG
+
+Then, run `./configure` to generate a new `Makefile`. 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Fri, 29 Jun 2012 10:19:30 -0000</pubDate><guid>https://sourceforge.net089e842b618b278854e425d5493a40bee0b8c316</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v26
+++ v27
@@ -44,4 +44,4 @@
 
 Compiling for Debug
 ============================
-If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile` and add `-DDEBUG` at the end of the `CFLAGS` variable. In the same variable, you should also add the `-g` option and change `-O2` to `-O0`. If you cannot find the `Makefile`, run `./configure` to generate it.
+If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile` and add `-DDEBUG` at the end of the `CFLAGS` variable. In the same variable, you should also change `-O2` to `-O0`. If you cannot find the `Makefile`, run `./configure` to generate it.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Fri, 29 Jun 2012 10:16:44 -0000</pubDate><guid>https://sourceforge.netcf266c00bb56680973f807f182d21247053442c6</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v25
+++ v26
@@ -27,7 +27,10 @@
 
 * Make sure you have the [`igraph`][2] C library installed. You will also need `make` and `gcc`.
 
-* Open a terminal, `cd` to the directory where you downloaded the sources to and run `./configure; make`. Sources will be compiled and an executable `cos` will be produced in the same directory.
+* Open a terminal, `cd` to the directory where you downloaded the sources to and run:
+
+        ./configure; make
+Sources will be compiled and an executable `cos` will be produced in the same directory.
 
 [1]: https://sourceforge.net/projects/cosparallel/files/
 [2]: http://igraph.sourceforge.net/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Fri, 29 Jun 2012 10:15:48 -0000</pubDate><guid>https://sourceforge.netf0c938b2eb7d4d5c8cbe480865d74c06b7bcdf9b</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v24
+++ v25
@@ -27,9 +27,9 @@
 
 * Make sure you have the [`igraph`][2] C library installed. You will also need `make` and `gcc`.
 
-* Open a terminal, `cd` to the directory where you downloaded the sources to and run `make`. Sources will be compiled and an executable `cos` will be produced in the same directory.
+* Open a terminal, `cd` to the directory where you downloaded the sources to and run `./configure; make`. Sources will be compiled and an executable `cos` will be produced in the same directory.
 
-[1]: http://sf.net
+[1]: https://sourceforge.net/projects/cosparallel/files/
 [2]: http://igraph.sourceforge.net/
 
 On Windows
@@ -41,6 +41,4 @@
 
 Compiling for Debug
 ============================
-If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile` and add `-DDEBUG` at the end of the `CFLAGS` variable. In the same variable, you should also add the `-g` option and change `-O2` to `-O0`. The resulting `CFLAGS` variable, which is commented out by default in the `Makefile` is the following:
-
-    CFLAGS =-c -g -O0 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDEBUG
+If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile` and add `-DDEBUG` at the end of the `CFLAGS` variable. In the same variable, you should also add the `-g` option and change `-O2` to `-O0`. If you cannot find the `Makefile`, run `./configure` to generate it.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Fri, 29 Jun 2012 10:13:49 -0000</pubDate><guid>https://sourceforge.net1a1db1695e105adf8422e549dbf2b4b91ad63e9c</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v23
+++ v24
@@ -19,7 +19,7 @@
 ============================
 This section contains help on compiling **COS** from source.
 
-On Linux
+On Linux and MAC
 ----------------------------
 * Download **COS** sources from [here][1] or checkout the latest sources from the svn repository:
 
@@ -32,9 +32,9 @@
 [1]: http://sf.net
 [2]: http://igraph.sourceforge.net/
 
-On Windows and MAC
+On Windows
 ----------------------------
-Even if it should compile and execute, **COS** has not yet been compiled on Windows or MAC. If you want to try and give us feedback you will be credited for it.
+Even if it should compile and execute, **COS** has not yet been compiled on Windows. If you want to try and give us feedback you will be credited for it.
 
 - - - - - - - - - -
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Fri, 29 Jun 2012 10:08:30 -0000</pubDate><guid>https://sourceforge.nete2a223beb8118b6cf47350635ebe9d628c17b63a</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v22
+++ v23
@@ -36,6 +36,9 @@
 ----------------------------
 Even if it should compile and execute, **COS** has not yet been compiled on Windows or MAC. If you want to try and give us feedback you will be credited for it.
 
+- - - - - - - - - -
+
+
 Compiling for Debug
 ============================
 If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile` and add `-DDEBUG` at the end of the `CFLAGS` variable. In the same variable, you should also add the `-g` option and change `-O2` to `-O0`. The resulting `CFLAGS` variable, which is commented out by default in the `Makefile` is the following:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 08:47:16 -0000</pubDate><guid>https://sourceforge.netf75a3a39e5b636afa93f22b1b564ba38eea13eed</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v21
+++ v22
@@ -39,4 +39,5 @@
 Compiling for Debug
 ============================
 If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile` and add `-DDEBUG` at the end of the `CFLAGS` variable. In the same variable, you should also add the `-g` option and change `-O2` to `-O0`. The resulting `CFLAGS` variable, which is commented out by default in the `Makefile` is the following:
+
     CFLAGS =-c -g -O0 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDEBUG
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 08:46:08 -0000</pubDate><guid>https://sourceforge.net873d5d9935eec0c74da37dd5f9fd41175dcb6e29</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v20
+++ v21
@@ -35,3 +35,8 @@
 On Windows and MAC
 ----------------------------
 Even if it should compile and execute, **COS** has not yet been compiled on Windows or MAC. If you want to try and give us feedback you will be credited for it.
+
+Compiling for Debug
+============================
+If you want to debug **COS**, you should compile it with the DEBUG macro enabled. Open the `Makefile` and add `-DDEBUG` at the end of the `CFLAGS` variable. In the same variable, you should also add the `-g` option and change `-O2` to `-O0`. The resulting `CFLAGS` variable, which is commented out by default in the `Makefile` is the following:
+    CFLAGS =-c -g -O0 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDEBUG
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 08:45:58 -0000</pubDate><guid>https://sourceforge.net86445c9de425b72fc26fcc67eee72ff71b03b9f7</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v19
+++ v20
@@ -34,4 +34,4 @@
 
 On Windows and MAC
 ----------------------------
-**COS** has not yet been compiled on Windows or MAC. If you want to try and give us feedback you will be credited for it.
+Even if it should compile and execute, **COS** has not yet been compiled on Windows or MAC. If you want to try and give us feedback you will be credited for it.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 08:38:28 -0000</pubDate><guid>https://sourceforge.net0bbc6fc331cb92583dda6f7668e3e1dc4c5e032f</guid></item><item><title>WikiPage SetupAndCompile modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/SetupAndCompile/</link><description>&lt;pre&gt;--- v18
+++ v19
@@ -1,6 +1,6 @@
 Introduction
 ============================
-The goal of this manual is to provide a starting point for you to compile and use **COS**. **COS** is easy to compile and should be multi-platform.
+The goal of this manual is to provide a starting point for you to setup and compile **COS**. **COS** is easy to compile and should be multi-platform.
 
 Hardware Requirements
 ----------------------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 08:25:17 -0000</pubDate><guid>https://sourceforge.net0e169be3ee3bce200947c8b3f8d6e823ff461af4</guid></item></channel></rss>