MMOCoin

Likes Likes:  0
Results 1 to 7 of 7

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Premium

    Join Date
    Jul 2008
    Location
    /home/sve3N
    Posts
    39
    Post Thanks / Like
    Rep Power
    18
    Reputation
    40

    Mangos Ubuntu Compiling guide

    1.Lets start.First open terminal and log in as root.Now run next line to install needed programs
    Code:
    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
    Code:
    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
    Code:
    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
    Code:
    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.

    Last edited by sve3n; 21-12-09 at 04:47 AM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Elite Member
    Dimman's Avatar
    Join Date
    Apr 2009
    Posts
    1,091
    Post Thanks / Like
    Rep Power
    22
    Reputation
    319
    Nice release 2 bad i don't have Ubuntu
    No touching please.

  4. #3
    Sergeant
    Paradox's Avatar
    Join Date
    Jul 2009
    Posts
    71
    Post Thanks / Like
    Rep Power
    17
    Reputation
    26
    Ubuntu isn't that good, but this guide is. :rep:

  5. #4
    Contributor
    LiLLeCarl's Avatar
    Join Date
    Jan 2009
    Posts
    106
    Post Thanks / Like
    Rep Power
    19
    Reputation
    84
    DEBIAN FOR SERVERS! Ubuntu is a desktop OS ;D
    Whos dat "LilleCarl"

    Its LilleCarl OMGBBQLOLZXD

  6. #5
    Sergeant
    Paradox's Avatar
    Join Date
    Jul 2009
    Posts
    71
    Post Thanks / Like
    Rep Power
    17
    Reputation
    26
    Ya, ino.

  7. #6
    Contributor
    treetree's Avatar
    Join Date
    Apr 2009
    Posts
    99
    Post Thanks / Like
    Rep Power
    18
    Reputation
    107
    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,,



    tree
    Last edited by treetree; 13-01-10 at 11:37 AM.

  8. #7
    Beginner
    digitalwolf's Avatar
    Join Date
    Jun 2011
    Posts
    1
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1

    Smile Over a year old. Was a follow on ever posted? If so I can't find it. (new and humble)

    Quote Originally Posted by sve3n View Post
    1.Lets start.First open terminal and log in as root.Now run next line to install needed programs
    Code:
    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
    Code:
    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
    Code:
    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
    Code:
    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?

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •