This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: Noggit Rev 94  (Read 943 times)

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Noggit Rev 94
« 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..
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Noggit Rev 94
« Reply #1 on: May 25, 2016, 06:28:11 pm »
Code: [Select]
hg clone -u 94 https://bitbucket.org/berndloerwald/noggit3
cd noggi3
cmake .
make
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Re: Noggit Rev 94
« Reply #2 on: May 25, 2016, 07:17:44 pm »
Thxfull
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

ll-cool-j

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 8
    • View Profile
Re: Noggit Rev 94
« Reply #3 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
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »