From The Mana World
m (→‎Cloning and compiling: spelling error)
m (fix double redirect)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This article describes setting up eAthena on a FreeBSD system.
#REDIRECT [[Dev:How_to_Develop]]
 
The setup is the same as the Linux setup with two exceptions:
 
* You will need to use gmake instead of make
* You will need to patch eathena-monitor as described in this mantis ticket:
** [http://mantis.themanaworld.org/view.php?id=760  0000760 eathena-monitor compiling issues under FreeBSD]
 
== Cloning and compiling ==
 
Start with cloning eAthena from our [[Git Repository|Git repository]] and compiling it, then compile the eathena-monitor utility:
<pre>
$ 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
</pre>
 
If everything went smoothly then you may continue on where the [[Setting up eAthena on Linux]] documentation left off.

Latest revision as of 07:48, 18 June 2013

Redirect to: