Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 5ec6c90..c8de6f3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,7 +7,7 @@ Installation
In theory, it should compile on any POSIX-compatible platform
supported by SDL, but at the time of writing only linux is
- supported.
+ supported.
I have succesfully compiled it on the following platforms:
linux-x86_64, gcc 4.1.2, SDL 1.2.11
@@ -30,7 +30,7 @@ Compilint the source code
./configure
make
- At present, 'make install' is neither tested nor supported
+ At present, 'make install' is neither tested nor supported.
Game Data
@@ -66,7 +66,7 @@ Updating
Rebuild the game:
- autoreconf -fi
+ autoreconf
./configure
make