Likes: 0
Results 1 to 5 of 5
-
24-07-08, 02:52 PM #1
[Guide]Run a Private Server on Linux!
Register to remove this adOld Guide - Should Work
Required Software for this Guide -
* A Linux Operating System
* GCC 3.3 and above
* Make
* Libtool
* Automake 1.5 and above
* Autoconf
* Glibc & glibc-dev
* Mysql 5.0 & libmysql++-dev)
* OpenSSL 0.9.8d & libssl-dev
* Subversion 1.3.2 and above
* Zlibc
* Python libs.
For Ubunto users -
1. Make sure your system if up to date.
2. Open Synaptic as admin user go to the menu System -> Administration -> Synaptic
Search for every needed component and add a tick on their left. Agree when Synaptic asks you if you want to install the dependence files.
3. Click on 'Apply'. It will take several minutes depending on your internet connection
1. Create a new directory on your hard drive.Like this "/home/[user]/sources/mangos"
In console execute this line:
Code:
SVN checkout -
Code:https://mangos.svn.sourceforge.net/svnroot/mangos/trunk /home/[user]/sources/mangos
2. Open the console and browse to /home/[user]/sources/mangos
Execute this line: Create a new folder: /home/[user]/sources/mangos/bin
3. Open the console and browse to /home/[user]/sources/mangos
Then execute :
Code:./configure --prefix=[working path] --sysconfdir=[working path]/etc --with-python --enable-cli --enable-ra --datadir=[working path]
make
And eventually:
make install
4. The files needed to run MaNGOS are now in your "[working dir]" directory. You will run ManGoS in that directory (otherwise ManGoS won't read config files and data)
5. You need toconfigure MaNGOS before running the server.
Here are some batch files to execute mangos_bin,but they all need to be in the same directory!
You'll need to edit the bat file configs also.
Downloads for bat files -
Filebeam - Free Fast File Hosting
Credits -
Some credits for this guide and files go to DJRavine!
Credits for the EMU go to Mangos Project!
Please report any problems to this thread!
› See More: [Guide]Run a Private Server on Linux!Last edited by Pedregon; 24-07-08 at 07:59 PM.
-
24-07-08, 06:13 PM #2
- Rep Power
- 17
- Reputation
- 1
First of all, that's for linux. Not for Mac. I believe Mac's are slightly different.
Second, that's for Mangos. In my opinion, Mangos should only be used for WotLK (only one that supports it so far).
Arcemu's website wiki might have a guide on how to compile their emu on Mac...
-
24-07-08, 07:59 PM #3Second, that's for Mangos. In my opinion, Mangos should only be used for WotLK
-
24-07-08, 09:25 PM #4
-
25-07-08, 01:45 AM #5
- Rep Power
- 17
- Reputation
- 11
Register to remove this adNice i might be using this guide later on
2