+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 11 to 14 of 14

Thread: [Guide]Compile & Configure a 3.3.2 compatible evo-X server under Debian/Ubuntu

  1. #11
    Scout
    skinlayers is on a distinguished road Rep Points: 17
    Join Date
    Jan 2010
    Posts
    9
    Points
    1
    Level
    1
    Points: 1, Level: 1
    Level completed: 0%, Points required for next Level: 1
    Overall activity: 0%
    Rep Power
    1

    Default

    Updated for evo-X 490 (based on MaNGOS 9415).

    The SD2 folder is a little messed up. Parts of it are in scriptdev2, and other parts are in Scriptdev2. Windows users won't notice. Since their OS is case-insensitive it will effectively merge the folders together. The commands in red are a temporary work around until this gets fixed. src/bindings/scriptdev2/config.h.in is still missing and must be downloaded from the SD2 svn.

    skinlayers
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
    Reply With Quote Reply With Quote  
    Share with Facebook

  2. #12
    Lazy Leecher
    kekr is an unknown quantity at this point Rep Points: 1
    Join Date
    Feb 2010
    Posts
    46
    Points
    1
    Level
    1
    Points: 1, Level: 1
    Level completed: 0%, Points required for next Level: 1
    Overall activity: 0%
    Rep Power
    1

    Default

    i needed that.....ty
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
    Reply With Quote Reply With Quote  
    Share with Facebook

  3. #13
    Scout
    skinlayers is on a distinguished road Rep Points: 17
    Join Date
    Jan 2010
    Posts
    9
    Points
    1
    Level
    1
    Points: 1, Level: 1
    Level completed: 0%, Points required for next Level: 1
    Overall activity: 0%
    Rep Power
    1

    Default

    After being frustrated for weeks at having to apply the same fixed for linux compiles over and over, I decided to create my own repo and fix them there. Both Core & Branch contain updated AHbot and playerbot branches as well as a combined branch that has both.Though my repo was create with linux users in mind, it should work just fine for Windows users as well.

    [Only registered and activated users can see links. ]

    evo-X-Core is exactly the same as the beleko repo, except for I've added Branch commit 65. This fixes the compile errors that was breaking building the source under linux.

    evo-X-Branch is a little different. I have no real interest in 3.3.3 until the client is officially released. I want to maintain compatibility with the current 3.3.2 client. So what I've done is fork evo-X-Branch at commit 59 (the last to support 3.3.2), and back ported Branch commits 60 - 82 (83 was a 3.3.3 PTR specific update). That way, I can have 3.3.2 clients but also have all of the updates up to Branch 83.


    For evo-X-Core 492

    After cloning my repo with:
    Code:
    git clone git://github.com/skinlayers/evo-X-Core.git
    For AHbot:
    Code:
    cd evo-X-Core
    git checkout origin/ahbot
    git checkout -b ahbot
    For playerbot:
    Code:
    cd evo-X-Core
    git checkout origin/playerbot
    git checkout -b playerbot
    For both AHbot & playerbot:
    Code:
    cd evo-X-Core
    git checkout origin/combined
    git checkout -b combined
    For evo-X-Branch 82/83

    After cloning my repo with:
    Code:
    git clone git://github.com/skinlayers/evo-X-Branch.git
    For AHbot:
    Code:
    cd evo-X-Branch
    git checkout origin/ahbot
    git checkout -b ahbot
    cd evo-X-Core-3.2.2
    For playerbot:
    Code:
    cd evo-X-Branch
    git checkout origin/playerbot
    git checkout -b playerbot
    cd evo-X-Core-3.2.2
    For both AHbot & playerbot:
    Code:
    cd evo-X-Branch
    git checkout origin/combined
    git checkout -b combined
    cd evo-X-Core-3.2.2
    Enjoy!
    skinlayers
    Last edited by skinlayers; 02-26-2010 at 02:51 PM.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
    Reply With Quote Reply With Quote  
    Share with Facebook

  4. #14
    Fatcow's Avatar
    RAWR IMA DINO
    Achievements:
    100 Experience Points250 Experience Points500 Experience Points1000 Experience PointsThree Friends
    Fatcow is a jewel in the rough Fatcow is a jewel in the rough Fatcow is a jewel in the rough Rep Points: 255
    Join Date
    Apr 2009
    Location
    Not here.
    Posts
    819
    Points
    6,242
    Level
    8
    Points: 6,242, Level: 8
    Level completed: 77%, Points required for next Level: 258
    Overall activity: 0%
    Rep Power
    5

    Default

    Evo-x is a private core now right ? I think sajja closed it because people shared it without credits sad but true. lol

    To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

    Leecher - 04-07-09
    Contributor - 09-21-2009 Moderator - 01-03-2010 Super Moderator - 02-09-2010
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
    Reply With Quote Reply With Quote  
    Share with Facebook

+ Reply to Thread
Page 2 of 2
FirstFirst 1 2

Bookmarks

Posting Permissions

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