ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] Build just command line tools for AIX

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 14 Dec 2016 13:52:15 -0800
On Dec 14, 2016, at 11:29 AM, Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> wrote:

> Fundamentally you want to start with "./configure --disable-wireshark" to disable the GUI.  Of course you'll still need quite a number of libraries (such as glib2) and programs (such as Python) but the list should be a lot shorter without the GUI.

The configure script should fail, with the appropriate error, if a program or library that's required isn't available.

There are also optional libraries that are necessary for certain capabilities.

> There are also READMEs (including README.aix) in the source code that are worth checking out.

README.aix hasn't been updated in a long time, and is probably quite out of date.