PDA

View Full Version : Mangos Ubuntu Compiling guide



sve3n
21-12-09, 03:43 AM
1.Lets start.First open terminal and log in as root.Now run next line to install needed programs


apt-get install build-essential gcc g++ cpp automake git-core autoconf make patch libmysql++-dev libtool libcurl4-openssl-dev libssl-dev zlibc libc6 grep binutils subversion nano mysql-server unrar-free
2a. Getting 3.3.0 source


git clone git://github.com/mangos/mangos.git
cd mangos
git checkout origin/330
git checkout -b 330
svn co https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ src/bindings/ScriptDev2/
git am src/bindings/ScriptDev2/patches/MaNGOS-*

2b. Getting 3.2.2A source


git clone git://github.com/mangos/mangos.git
cd mangos
svn co https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ src/bindings/ScriptDev2/
git am src/bindings/ScriptDev2/patches/MaNGOS-*

3. Compiling MaNGOS


autoreconf --install --force;mkdir objdir;cd objdir;
../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --enable-ra --datadir=/opt/mangos
make
make install




Now you're done ! ill come with an database installation and configuration guide soon.

Dimman
21-12-09, 07:56 AM
Nice release 2 bad i don't have Ubuntu :)

Paradox
21-12-09, 12:28 PM
Ubuntu isn't that good, but this guide is. :rep:

LiLLeCarl
21-12-09, 03:56 PM
DEBIAN FOR SERVERS! :D Ubuntu is a desktop OS ;D

Paradox
22-12-09, 03:10 PM
Ya, ino.

treetree
13-01-10, 01:43 AM
this is good ubunto and it is a good Linux distro

and there is not enough information about
running a private server from it,,

mango's and ubunto perfect,,

+rep

tree :)

digitalwolf
30-06-11, 03:24 PM
1.Lets start.First open terminal and log in as root.Now run next line to install needed programs


apt-get install build-essential gcc g++ cpp automake git-core autoconf make patch libmysql++-dev libtool libcurl4-openssl-dev libssl-dev zlibc libc6 grep binutils subversion nano mysql-server unrar-free2a. Getting 3.3.0 source


git clone git://github.com/mangos/mangos.git
cd mangos
git checkout origin/330
git checkout -b 330
svn co https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ src/bindings/ScriptDev2/
git am src/bindings/ScriptDev2/patches/MaNGOS-*
2b. Getting 3.2.2A source


git clone git://github.com/mangos/mangos.git
cd mangos
svn co https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ src/bindings/ScriptDev2/
git am src/bindings/ScriptDev2/patches/MaNGOS-*
3. Compiling MaNGOS


autoreconf --install --force;mkdir objdir;cd objdir;
../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --enable-ra --datadir=/opt/mangos
make
make install




Now you're done ! ill come with an database installation and configuration guide soon.


Over a year old. Was a follow on ever posted?