MMOCoin

Likes Likes:  0
Results 1 to 7 of 7

Threaded 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

 

 

Posting Permissions

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