Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-12-02 16:59:12 +0000
committerStijn Buys <ingar@osirion.org>2012-12-02 16:59:12 +0000
commitdf30620c548d23fa6f7632e280093824209d917a (patch)
tree1b855c34892e32ae7b9d49e19b2cb67fe6e4f871 /doc
parent150855111dd3042049a22d1c3a3d98f51afb336b (diff)
Updated build instructions to the latest version.
Diffstat (limited to 'doc')
-rw-r--r--doc/installation_develop.html2
-rw-r--r--doc/installation_release.html3
-rw-r--r--doc/installation_source.html6
3 files changed, 6 insertions, 5 deletions
diff --git a/doc/installation_develop.html b/doc/installation_develop.html
index 70de3a5..7694bf3 100644
--- a/doc/installation_develop.html
+++ b/doc/installation_develop.html
@@ -128,7 +128,7 @@
Create the configure script:
</p>
<div class="fixed">
- autoreconf -fi
+ autoreconf -i
</div>
<p class="content">
Create a build directory, If something goes wrong, or building doesn't work any more after updating,
diff --git a/doc/installation_release.html b/doc/installation_release.html
index 6abacf8..10a5b3f 100644
--- a/doc/installation_release.html
+++ b/doc/installation_release.html
@@ -59,6 +59,7 @@
<a href="http://osirion.org/files/osirion-latest-win32.zip">osirion-latest-win32.zip</a> (32-bit)<br>
This package should work on most windows systems.
</p>
+<p class="content">
Download for 64-bit windows<br>
<a href="http://osirion.org/files/osirion-latest-win64.zip">osirion-latest-win64.zip</a> (64-bit)<br>
</p>
@@ -100,7 +101,7 @@
</p>
<pre class="content">
tar jxvf osirion-latest-linux.tar.bz2
-cd osirion-linux-875
+cd osirion-0.2.2-svn1195-linux
</pre>
<p class="content">
Dowload the game data package:<br>
diff --git a/doc/installation_source.html b/doc/installation_source.html
index a6d91a9..bd19ec9 100644
--- a/doc/installation_source.html
+++ b/doc/installation_source.html
@@ -183,9 +183,9 @@ cd ..
Unzip the package into a directory of your liking and enter the new directory:
</p>
<div class="fixed">
- wget http://osirion.org/files/osirion-0.2.1-svn1082-src.tar.bz2<br>
- tar xf osirion-0.2.1-svn1082-src.tar.bz2<br>
- cd osirion-0.2.1-svn1082-src<br>
+ wget http://osirion.org/files/osirion-0.2.2-svn1195-src.tar.bz2<br>
+ tar jxf osirion-0.2.2-svn1195-src.tar.bz2<br>
+ cd osirion-0.2.2-svn1195-src<br>
</div>
<p class="content"></p>