wxWidgets requirements

(b) Unix:

1. Almost any C++ compiler, including GNU C++ (EGCS 1.1.1 or above).
2. Almost any Unix workstation, and one of: GTK+ 1.2, GTK+ 2.0, Motif 1.2 or higher, Lesstif.
   If using the wxX11 port, no such widget set is required.
3. At least 100 MB of disk space for source tree and additional space for libraries and
   application building (depends on compiler and build settings).


Libraries

Most ports of wxWidgets can create either a static library or a shared library.
wxWidgets can also be built in multilib and monolithic variants.


On Unix, you can compile wxWidgets with the --disable-shared configure option,
so that wxGTK and GTK+ will be linked into the application. Although your
executable will be quite big, you will save on the hassles of installing
shared libraries on your user's machine.