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] How to configure compiling to optimalize debugging

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 12 Sep 2007 12:29:05 -0700

On Sep 12, 2007, at 5:10 AM, Lukast dev wrote:

when i build it through make, it takes long time to build docs, gtk stuffs etc.
What would you recommend me? --disable-what ??

There's nothing I can recommend to disable building the documents, because there's no way to disable that.

"--disable-wireshark" should disable the building of Wireshark - but you'll have to re-run the configure script to regenerate the Makefile if you want to build Wireshark.

As Jaap Keuter suggested, "make tshark" might let you build tshark without rebuilding the man pages or Wireshark or any other tools.