Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] compiling qtshark

From: Richard Turner <turner@xxxxxxxxx>
Date: Mon, 13 May 2013 11:35:29 +0800
On 2013/5/13 7:07, Ahmed Elshaer wrote:
i want to compile qtshark which is a port for wireshark in qt, and i just opened a qtshark.pro
and try to compile and it gives me this erroe:
"Can't find config.pri. Have you run 'nmake -f Makefile.nmake' two directories up?"
please tell me instructions or steps to compile because i never use make to compile before.


You need to build dependencies first.
It might be a good idea to start with http://www.wireshark.org/docs/wsdg_html_chunked/ChSrcBuildFirstTime.html , as well as the wiki page: http://wiki.wireshark.org/Development.

-Richard Turner