Likes: 0
Results 1 to 1 of 1
-
15-11-10, 06:22 PM #1
[Tutorial] Compiling ArcEmu for Mac OS X
Register to remove this adHello,
Just wanted to make a tutorial on how to compile Arcemu, FOR MAC!
I know there is a lot of tutorials on how to compile Arcemu, but not for the Mac OS X.
Required Software...
- Mac OS X Snow Leopard 10.6+ (I think)
- Xcode
- MySQL Community Server - I prefer 32-bit.
- PCRE
Download links for that:
Xcode,MySQL Server,PCRE.
First of all. Install Xcode and the MySQL Community Server
We are going to use the Application Terminal in this guide.
Terminal is like Windows's Command Prompt. You have to run the commands in the Terminal that is quoted with the tag.
Terminal is located in your utilities Folder.
Install PCRE..
Unpack pcre-8.10.tar.bz2 and compile it:
Code:cd ~/Downloads/pcre-8.10
Code:./configure --prefix=/usr/local/mysql --libdir=/usr/local/mysql/lib --includedir=/usr/local/mysql/include --enable-utf8 --enable-unicode-properties
Code:make -j3
Code:sudo make install
Getting the Sourcecode...
Download the latest revision of ArcEmu's SVN.
Code:svn checkout https://arcemu.svn.sourceforge.net/svnroot/arcemu/trunk
Code:cd ~/trunk
Code:autoreconf -f -i
Code:./configure --prefix=/opt/arcemu --with-mysql=/usr/local/mysql/bin/mysql_config --with-pcre=/usr/local/mysql
Code:make -j3
Code:sudo make install
You have now compiled ArcEmu for Mac OS X.
A tutorial on how to download a database too will be added later.
I really hope you liked this tutorial. Questions or comments?? Just ask here.
Credits: Lbniese (me) - For making the tutorial.
› See More: [Tutorial] Compiling ArcEmu for Mac OS X