Jump to content

Ubuntu Linux, 2.4.3, MaNGOS compiling help?


Guest Kareta

Recommended Posts

I want to have a local 2.4.3 MaNGOS server, but I have two problems...

1. I'm using Linux (non-server), very new to linux. Ubuntu, 10.04. Just want a guide for installing MaNGOS.

2. I have yet to find a 2.4.3 MaNGOS core. Is there even one? Or do I have to do something within the core to get it to patch 2.4.3? (I have no idea what I'm talking about; sorry)

Note: I know nothing about C/C++, however I'm learning (to an extent) and will probabely be using this a lot to help me learn. I just want to get it up and running, I would greatly appreciate any help.

Link to comment
Share on other sites

Have you created a server from the master branch before?

If no, do that first, so you know how to do things.

There are plenty of guides how to compile mangos on linux,

read the stickies in the "Installation, Configuration & Upgrades" forum.

If yes (and it works).

Just download the source code, and switch to "mangos-0.12" branch",

in git:

git clone git://github.com/mangos/mangos.git
cd mangos
git checkout -b <branch> origin/<branch>

Just replace "<branch>" with whatever branch you want to use,

in this case "mangos-0.12".

In this link you can see the different branches and tags:

http://github.com/mangos/mangos/commits/master

Good luck.

Link to comment
Share on other sites

  • 3 months later...

Hi there, I get always an error :(

grex@grex-VirtualBox:~/mangos$ git checkout -b mangos-0.12 origin/mangos-0.12

fatal: git checkout: updating paths is incompatible with switching branches.

Did you intend to checkout 'origin/mangos-0.12' which can not be resolved as commit?

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use