Forum > Noggit

Noggit Rev 94

(1/1)

Lawes:
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..

schlumpf:

--- Code: ---hg clone -u 94 https://bitbucket.org/berndloerwald/noggit3
cd noggi3
cmake .
make

--- End code ---

Lawes:
Thxfull

ll-cool-j:
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
cd noggit3
git clone https://github.com/ladislav-zezula/StormLib
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

Navigation

[0] Message Index

Go to full version