Finn

What I did to compile MANGOS 0.9 on ubuntu 7.10.

Before compiling you need: #sudo apt-get install build-essential #sudo apt-get install zlib1g-dev #sudo apt-get install libssl-dev

[Download mangos-0.9.0.tar.gz from sourceforge]

#mkdir ~/mangos [move the tar.gz to your mangos dir] #mv mangos-0.9.0.tar.gz ~mangos #cd ~mangos #./configure #make

Finn (last edited 2008-08-06 16:30:41 by localhost)