[Linux] MaNGOS auto compiler script menu

Shout-Out

User Tag List

Results 1 to 1 of 1
  1. #1
    Iksf's Avatar Active Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Linux] MaNGOS auto compiler script

    Hey, i decided to release the script i use instead of commands to download and compile my MaNGOS servers from scratch, save this as a executable text file and run in the terminal

    Code:
    #!/bin/sh
    echo "Mangos compiler by Iksf"
    echo "_______________________"
    cd ~
    echo "Asking for permission level"
    echo "Cleaning up directories that will be used"
    rm -r mangos_build --force
    echo "^any error there does not matter"
    mkdir mangos_build
    cd mangos_build
    echo "Directories made"
    git clone git://github.com/mangos/mangos.git
    svn co http://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2 mangos/src/bindings/ScriptDev2
    echo "Mangos and Script Engine have been downloaded"
    cd mangos
    git apply src/bindings/ScriptDev2/patches/MaNGOS-8273-ScriptDev2.patch
    echo "configuring"
    autoreconf --install --force
    mkdir build
    cd build
    ../configure --prefix=/MaNGOS --sysconfdir=/MaNGOS --enable-cli --enable-ra --datadir=/MaNGOS
    echo "Configuration completed"
    echo "Entering compilation process"
    sudo make
    echo "Main compilation completed, installing"
    sudo make install
    echo "Cleaning leftovers"
    sudo make clean
    cd ..
    echo "Cleaning directories"
    rm -r build
    cd ..
    cd ..
    rm -r mangos_build
    echo "Done. You may now eat your cake"

    [Linux] MaNGOS auto compiler script

Similar Threads

  1. {SuperGuide} Compiling Scripts using Scriptdev2 in MaNGOS
    By Xees in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 02-15-2010, 12:52 AM
  2. [Help] Auto Fight Script
    By Sirect in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 02-05-2008, 10:26 AM
  3. World of warcraft auto login script
    By Ancathon in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 11-25-2007, 12:21 AM
  4. I got banned by using that, Anti AFK auto queue script or w/e
    By julian_in in forum World of Warcraft General
    Replies: 22
    Last Post: 11-03-2006, 02:30 PM
  5. I got banned by using that, Anti AFK auto queue script or w/e
    By julian_in in forum World of Warcraft Bots and Programs
    Replies: 21
    Last Post: 10-28-2006, 05:52 PM
All times are GMT -5. The time now is 07:35 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search