<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CompileGuides</title><link>https://sourceforge.net/p/openkb/wiki/CompileGuides/</link><description>Recent changes to CompileGuides</description><atom:link href="https://sourceforge.net/p/openkb/wiki/CompileGuides/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Jan 2018 09:54:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openkb/wiki/CompileGuides/feed" rel="self" type="application/rss+xml"/><item><title>CompileGuides modified by driedfruit</title><link>https://sourceforge.net/p/openkb/wiki/CompileGuides/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,13 +1,14 @@
 Easiest way to compile openkb is to be on a proper unix machine. Just follow the

-    git clone
+    git clone git://git.code.sf.net/p/openkb/code openkb-code
     cd openkb-code
     ./autogen.sh
     ./configure
     make vendor
     make

-procedure. `make vendor` will init git submodules and wget some extra dependencies.
+procedure. (See [here](https://sourceforge.net/p/openkb/code/ci/master/tree/) for other `git clone` options)
+The `make vendor` step will init git submodules and wget some extra dependencies.

 If you are using the source release, only the `./configure &amp;amp;&amp;amp; make` steps are necessary.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">driedfruit</dc:creator><pubDate>Mon, 01 Jan 2018 09:54:35 -0000</pubDate><guid>https://sourceforge.netf23187e42e8bef14a6419077856c51a1c0163685</guid></item><item><title>CompileGuides modified by driedfruit</title><link>https://sourceforge.net/p/openkb/wiki/CompileGuides/</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/">driedfruit</dc:creator><pubDate>Tue, 18 Nov 2014 14:52:45 -0000</pubDate><guid>https://sourceforge.net7dfa8742720c7ab8cafd58f0cbf09efe6690af45</guid></item><item><title>CompileGuides modified by driedfruit</title><link>https://sourceforge.net/p/openkb/wiki/CompileGuides/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,14 +2,14 @@

     git clone
     cd openkb-code
-    make config
+    ./autogen.sh
+    ./configure
     make vendor
-    ./configure
     make

-procedure. Make config will invoke autotools and generate configure, make vendor will init git submodules and wget some extra dependencies.
+procedure. `make vendor` will init git submodules and wget some extra dependencies.

-If you are using the source release, only the ./configure &amp;&amp; make steps are necessary.
+If you are using the source release, only the `./configure &amp;&amp; make` steps are necessary.

 For other systems:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">driedfruit</dc:creator><pubDate>Thu, 17 Apr 2014 05:48:27 -0000</pubDate><guid>https://sourceforge.net2101e9fd9db4938babdaef3a1f6ba0b2483363f8</guid></item><item><title>CompileGuides modified by driedfruit</title><link>https://sourceforge.net/p/openkb/wiki/CompileGuides/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Easiest way to compile openkb is to be on a proper unix machine. Just follow the &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;git&lt;/span&gt; &lt;span class="n"&gt;clone&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;openkb&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt; &lt;span class="n"&gt;config&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt; &lt;span class="n"&gt;vendor&lt;/span&gt;
&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;configure&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;procedure. Make config will invoke autotools and generate configure, make vendor will init git submodules and wget some extra dependencies.&lt;/p&gt;
&lt;p&gt;If you are using the source release, only the ./configure &amp;amp;&amp;amp; make steps are necessary.&lt;/p&gt;
&lt;p&gt;For other systems:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[Compile_OSX108]&lt;/span&gt; Mac OS X 10.8 Mountain Lion (could be useful for other OSX versions)&lt;br /&gt;
&lt;span&gt;[Compile_MINGW]&lt;/span&gt; Microsoft Windows XP and above, with MinGW/MSYS toolset&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">driedfruit</dc:creator><pubDate>Wed, 05 Mar 2014 05:32:13 -0000</pubDate><guid>https://sourceforge.net11dcb07d75cb4674dbec54286b26926df69a976c</guid></item></channel></rss>