Hints on GNU make.

This commit is contained in:
Markus Armbruster 2006-03-18 18:13:14 +00:00
parent ae6acc09ce
commit b5c2310c62

3
README
View file

@ -33,6 +33,9 @@ To build the server and set up a game, follow the steps below.
make install. The last step is optional; everything runs fine make install. The last step is optional; everything runs fine
right from the build tree. right from the build tree.
If make fails without doing anything, you're probably not using
GNU make. Some systems have it installed as `gmake'.
(3) Creating a game (3) Creating a game
* Create a configuration for your game. make install installs one * Create a configuration for your game. make install installs one