Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Painchoc on July 27, 2015, 01:49:12 pm

Title: Problem Noggit3 on MAC
Post by: Painchoc on July 27, 2015, 01:49:12 pm
Hi guys !

 I was looking for a noggit on Mac but I didn't find anything, so I would like to compile it by my own. The thing is I don't know how to do, I'm a beginner, could someone help me ?

Thank for reading,

Painchoc
Title: Re: Problem Noggit3 on MAC
Post by: schlumpf on July 27, 2015, 02:33:57 pm
you will need xcode, cmake, libglew, libsdl, libfreetype, libboost, libstorm (ladik's in some old version I don't know),   (best use brew or port to install everything except xcode and libstorm). Installing that stuff alone might be a pain. Sorry.
Title: Re: Problem Noggit3 on MAC
Post by: Zflink on July 28, 2015, 06:12:38 pm
Hi ! I have the same idea but I don't know how to do, first we need to download Xcode then brew to find missing libs and then try to compile ?
Title: Re: Problem Noggit3 on MAC
Post by: schlumpf on July 28, 2015, 06:42:47 pm
yes, you will be running cmake on the source directory to generate the xcode project and then compile that using xcode.