Yep, I'm writing revisions to the instructions. Give me a bit, hayward, i'm going to compile and do some testing.
To give an idea of what i'm adding:
<li>$ sudo apt-get install git </li>
<li>$ rm -rf ~/source/*</li>
<li>$ rm -rf ~/eqemu/</li>
<li>$ git clone git://github.com/EQEmu/Server.git eqemu</li>
<li>$ cd ~/eqemu/</li>
<li>sudo apt-get install libboost-dev</li>
<li>sudo apt-get install liblua5.1-dev</li>
<li>cmake .</li>
<li>make</li>
But I'm not 100% sure libboost-dev and liblua5.1-dev, they seem to make cmake happy.
libboost1.49-dev libicu48 <-- installed as default on deb7
If any dev wants to confirm that, it'd be neat. Trying to keep my process simple enough.
|