Comment # 10
on bug 11230
from Gerald Combs
(In reply to Anish Bhatt from comment #8)
> >
> > Maybe try the cmake build process.
> >
>
> Does not seem to work either. I setup the CMakeOptions.txt file this way :
>
> option(BUILD_wireshark "Build Wireshark" ON)
> option(BUILD_qtshark "Build Qtshark" ON)
> option(BUILD_wireshark_gtk "Build Wireshark (GTK+ UI)" OFF)
>
> the BUILD_qtshark option was missing, had to add it manually.
That's because it was renamed to BUILD_wireshark in gb7fb116.
You are receiving this mail because:
- You are watching all bug changes.