diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |