Setting up eAthena on FreeBSD: Difference between revisions

From The Mana World
Adamaix (talk | contribs)
New article that describes setting up eAthena on a FreeBSD system.
 
Adamaix (talk | contribs)
m Cloning and compiling: spelling error
Line 19: Line 19:
</pre>
</pre>


If everything when smoothly then you may continue on where the [[Setting_up_eAthena_on_Linux]] documentation left off.
If everything went smoothly then you may continue on where the [[Setting up eAthena on Linux]] documentation left off.

Revision as of 12:20, 3 July 2009

This article describes setting up eAthena on a FreeBSD system.

The setup is the same as the Linux setup with two exceptions:

Cloning and compiling

Start with cloning eAthena from our Git repository and compiling it, then compile the eathena-monitor utility:

 $ git clone git://gitorious.org/tmw-eathena/mainline.git eathena
 $ cd eathena
 $ gmake
 $ fetch http://www.adamaix.co.za/~adamaix/projects/tmw/patches/0001-eathena-monitor-under-FreeBSD.patch
 $ git am 0001-eathena-monitor-under-FreeBSD.patch
 $ gcc -o eathena-monitor eathena-monitor.c

If everything went smoothly then you may continue on where the Setting up eAthena on Linux documentation left off.