Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation.html')
-rw-r--r--doc/installation.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/installation.html b/doc/installation.html
index 7981a7f..545aff7 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -83,7 +83,7 @@ cd osirion-0.1_258-linux
<tr><td>SDL</td><td>version 1.2 or newer</td></tr>
<tr><td>OpenGL</td><td>version 1.1 or newer</td></tr>
<tr><td>OpenAL</td><td>version 1.1 or newer</td></tr>
-
+ <tr><td>libpng</td><td>version 1.2 or newer</td></tr>
</table>
<p>
You will also need a recent version of gcc, GNU make, automake and libtool.
@@ -92,6 +92,7 @@ cd osirion-0.1_258-linux
supported by SDL, reports for other platforms (working or not)
are welcome. I have succesfully compiled it myself on the following platforms:
<table>
+ <tr><td>linux-x86_64</td><td>gcc 4.3.1</td></tr>
<tr><td>linux-x86_64</td><td>gcc 4.1.2</td></tr>
<tr><td>linux-i686</td><td>gcc 4.1.2</td></tr>
<tr><td>mingw32 </td><td>gcc 4.2.2</td></tr>