Howto:Set up a multiplayer server on FreeBSD: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 1: Line 1:
FlightGear Multiplayer did not build directly on FreeBSD without a couple of modifications.  Below are the steps to build the lastest *nix release (v0.11.0 as of July 2013) on FreeBSD 9.0-STABLE.
FlightGear Multiplayer will build directly on FreeBSD.  Below are the steps to build the lastest *nix release (v0.11.1 as of July 2013) on FreeBSD 9.0-STABLE.
For generic setup information see [[Howto:Set up a multiplayer server]]
For generic setup information see [[Howto:Set up a multiplayer server]]
== Download ==
== Download ==
If you do not have git installed you must install it first
If you do not have git installed you must install it first
Line 8: Line 7:
make install clean
make install clean
</pre>
</pre>
Download the latest version of fgms and create a build directory
Download the latest version of fgms
<pre>
<pre>
git clone git://gitorious.org/fgms/fgms-0-x.git
git clone git://gitorious.org/fgms/fgms-0-x.git
mkdir fgms-build
cd fgms-build/
</pre>
</pre>


== Building ==
== Building ==
<pre>
<pre>
mkdir fgms-build
cd fgms-build/
cmake ../fgms-0-x
cmake ../fgms-0-x
make install
make install
18

edits

Navigation menu