Howto:Set up a multiplayer server: Difference between revisions

Jump to navigation Jump to search
Line 86: Line 86:


* Edit the fgms.conf file according to the instructions found elsewhere on this page, then save and close the file.
* Edit the fgms.conf file according to the instructions found elsewhere on this page, then save and close the file.
== Installation ==
To install fgms, type ''make install''.
If you want to install fgms without root privileges, you will have to customize your configuration and build settings accordingly (please consult the previously mentioned INSTALL file or run ./configure --help for details). To install fgms within a subdirectory of your home directory, named 'bin' you could for example run:
  $ PREFIX=~/bin ./configure --prefix=$PREFIX && make install || echo "Oops, there was a problem !"
Depending on whether ~/bin exists already and is already specified in your $PATH environment variable, you may also want to add this folder to $PATH.


== Running FGMS for the first time ==
== Running FGMS for the first time ==
20

edits

Navigation menu