Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: Lawes on May 25, 2016, 05:44:50 pm
-
Hi, im looking for Noggit Rev 94 to use Taliis on my norfendre adts.
I dont find it on google, if someone have it on his computer..
-
hg clone -u 94 https://bitbucket.org/berndloerwald/noggit3
cd noggi3
cmake .
make
-
Thxfull
-
Would Noggit build on Linux systems as well using the same instructions?
Also what libs do I have to download to build Noggit?
UPDATE:
Builds on Xenial
sudo apt install mercurial git build-essential cmake
mkdir -p ~/projects/WoW/noggit
cd ~/projects/WoW/noggit
hg clone https://bitbucket.org/berndloerwald/noggit3 (https://bitbucket.org/berndloerwald/noggit3" onclick="window.open(this.href);return false;)
cd noggit3
git clone https://github.com/ladislav-zezula/StormLib (https://github.com/ladislav-zezula/StormLib" onclick="window.open(this.href);return false;)
sudo apt install libboost-thread-dev libboost-filesystem-dev libboost-system-dev libbz2-dev libsdl1.2-dev libfreetype6-dev libglew-dev libglewmx-dev
cd StormLib
cmake .
make
sudo make install
cd ..
cmake .
make
Hopefully this helps someone. I Might make a docker file to isolate the build and deps for anyone who finds compiling C a PITA
UPDATE
Vagrantfile available at http://pastebin.com/wHSHcZS1 (http://pastebin.com/wHSHcZS1" onclick="window.open(this.href);return false;)