Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-23 12:04:21 +0000
committerStijn Buys <ingar@osirion.org>2008-08-23 12:04:21 +0000
commit02e9a70009f79064043033abc5e597930aa11079 (patch)
tree606615f7ed162f9acc1e91f03b9745a12637d41a /doc/installation.html
parent375b7d96a3974a03416c600b579048e48f1580a2 (diff)
PNG support
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>