git » fp-git.git » commit 8d53aae

updates

author ecalot
2004-10-16 05:00:41 UTC
committer ecalot
2004-10-16 05:00:41 UTC
parent b2c8c4f18a8345df59d0e1415f63112fc5611894

updates

FP/doc/INSTALL +6 -3

diff --git a/FP/doc/INSTALL b/FP/doc/INSTALL
index ea9bcf7..0a777b8 100644
--- a/FP/doc/INSTALL
+++ b/FP/doc/INSTALL
@@ -24,12 +24,15 @@ some packets are required in both cases (coders and anonymous).
 The requiered packages are:
  bash bzip2 sed awk wget gcc make libsdl1.2-dev
 
-The first five packets are installed by default.
+The first seven packages are installed by default.
 For the moment the only supported platform is x86. This is because of the
 endian registers in the processors. We are working to finish porting the
 abstraction disk library.
-he installation script was made and tested with bash, try to have this installed
-in your system.
+The installation script was made and tested with bash, try to have this installed
+in your system. Installation is not needed if you want to build the sources, but
+will download the data files needed by the game to be ran. In a future bash
+package won't be needed anymore and the make install will perform the download
+by itself.
 
 If you are using debian you can install the packages just typing:
 apt-get install bash wget gcc make libsdl1.2-dev