Howto:Set up a multiplayer server: Difference between revisions

Jump to navigation Jump to search
(→‎Getting fgms: FGMS is now on git)
Line 53: Line 53:


== Compiling FGMS ==
== Compiling FGMS ==
('''Note:''' if you want to build/install fgms using customized paths or settings (i.e. as non-root user, installing into your $HOME), you may want to consult the INSTALL file located in the source directory for additional help)
Follow the steps in the file README.cmake. README.cmake is inside the folder just got from git.
 
# . Extract the file to a temporary directory (i.e. using tar xzf filename.tgz) and cd into it
# . Run ''./configure'' to create the Makefile
# . Run ''make'' to build the packages.
 
You can combine the two latter steps by running:
 
$ ./configure && make


(In general, on any current machine this should ''not'' take any longer than 30-60 seconds)
(In general, on any current machine this should ''not'' take any longer than 30-60 seconds)
26

edits

Navigation menu