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>2008-08-23 12:04:21 +0000
committerStijn Buys <ingar@osirion.org>2008-08-23 12:04:21 +0000
commit02e9a70009f79064043033abc5e597930aa11079 (patch)
tree606615f7ed162f9acc1e91f03b9745a12637d41a /doc
parent375b7d96a3974a03416c600b579048e48f1580a2 (diff)
PNG support
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
-rw-r--r--doc/installation.html3
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 7974f9b..fd3006d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -62,7 +62,7 @@
<h2>
Project contributors
</h2>
-<p>
+
<table><TR>
<td>Ingar=KCT=</td>
<td>Game design, programming, modelling, graphics, sounds
@@ -91,6 +91,8 @@
alpha testing
</td></tr>
</table>
+<p>
+ Refer to the <A href="assets.html">list of assets</a> for a complete overview.
<h2>
Website
</h2>
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>