Hints on GNU make.
This commit is contained in:
parent
ae6acc09ce
commit
b5c2310c62
1 changed files with 3 additions and 0 deletions
3
README
3
README
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue