Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started 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
-
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.
-
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 ?
-
yes, you will be running cmake on the source directory to generate the xcode project and then compile that using xcode.