Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: coolguy1 on September 09, 2012, 05:42:50 pm

Title: Noggit QT Problems
Post by: coolguy1 on September 09, 2012, 05:42:50 pm
Hello, I am having some issues compiling Noggit QT because I can't see to find the right versions of the library's needed. I was wondering if anybody has already compiled it and could send it to me, or at least tell me what version of the library's I need.
Title: Re: Noggit QT Problems
Post by: Steff on September 09, 2012, 07:15:32 pm
QT version is not useable. It is only usefull if you want to code on it.
Title: Re: Noggit QT Problems
Post by: schlumpf on September 09, 2012, 09:39:57 pm
Quote from: "iindigo"
If you don't mind I'd like to ask a more general question about Noggit-Qt.

Is the UI written out manually or put together in something like Qt Designer?
At least my part is written manually. I prefer that kind of code as it is possible to develop it without the use of those tools with horrible user experience.
Title: Re: Noggit QT Problems
Post by: Steff on September 09, 2012, 09:45:11 pm
I also prefere to code it direct in the case of QT.
Title: Re: Noggit QT Problems
Post by: memlock on September 10, 2012, 02:50:57 am
I am looking forward to when this is released.
 Sorry I have no coding experience what so ever or I would what to assist in such a great project.
Best of luck in all you do.
Title: Re: Noggit QT Problems
Post by: Steff on September 10, 2012, 07:38:34 am
For me its a time problem in the moment. I want to finish Maruum starting zone first before I can jump again into coding. But I will ;)
Title: Re: Noggit QT Problems
Post by: Ronboarma on September 10, 2012, 02:59:38 pm
Quote
QT version is not useable. It is only usefull if you want to code on it.

Sie vergnügt erzählt. Auf keinem anderen Wort
Title: Re: Noggit QT Problems
Post by: Steff on September 10, 2012, 03:52:43 pm
What ;)
Title: Re: Noggit QT Problems
Post by: akspa420 on September 12, 2012, 08:26:37 am
Quote from: "coolguy1"
Hello, I am having some issues compiling Noggit QT because I can't see to find the right versions of the library's needed. I was wondering if anybody has already compiled it and could send it to me, or at least tell me what version of the library's I need.

You need...
StormLib from zezula.net
Boost C++ libraries from boost.org
glew from http://glew.sourceforge.net/ (http://glew.sourceforge.net/" onclick="window.open(this.href);return false;)
And QT 4.8.x from qt.nokia.com
cmake from cmake.org

I can't remember if there's anything else needed, but this should help you get a bit further towards a 'working' build. Mind you, it's not a functioning editor at the moment, and has a lot of work to be done under the hood in terms of coding.
Title: Re: Noggit QT Problems
Post by: schlumpf on September 12, 2012, 09:37:13 am
The list of dependencies is in the readme and in the cmake lists.