Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Lawes on May 25, 2016, 05:44:50 pm

Title: Noggit Rev 94
Post 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..
Title: Re: Noggit Rev 94
Post by: schlumpf on May 25, 2016, 06:28:11 pm
Code: [Select]
hg clone -u 94 https://bitbucket.org/berndloerwald/noggit3
cd noggi3
cmake .
make
Title: Re: Noggit Rev 94
Post by: Lawes on May 25, 2016, 07:17:44 pm
Thxfull
Title: Re: Noggit Rev 94
Post by: ll-cool-j on May 28, 2016, 08:50:16 pm
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;)