From df30620c548d23fa6f7632e280093824209d917a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 2 Dec 2012 16:59:12 +0000 Subject: Updated build instructions to the latest version. --- doc/installation_develop.html | 2 +- doc/installation_release.html | 3 ++- doc/installation_source.html | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'doc') 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:

- autoreconf -fi + autoreconf -i

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 @@ osirion-latest-win32.zip (32-bit)
This package should work on most windows systems.

+

Download for 64-bit windows
osirion-latest-win64.zip (64-bit)

@@ -100,7 +101,7 @@

 tar jxvf osirion-latest-linux.tar.bz2
-cd osirion-linux-875
+cd osirion-0.2.2-svn1195-linux
 

Dowload the game data package:
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:

- wget http://osirion.org/files/osirion-0.2.1-svn1082-src.tar.bz2
- tar xf osirion-0.2.1-svn1082-src.tar.bz2
- cd osirion-0.2.1-svn1082-src
+ wget http://osirion.org/files/osirion-0.2.2-svn1195-src.tar.bz2
+ tar jxf osirion-0.2.2-svn1195-src.tar.bz2
+ cd osirion-0.2.2-svn1195-src

-- cgit v1.2.3