wxwidgets requirements
to make use of wxwidgets, you currently need one of the following setups.
(a) ms-windows:
- a 32-bit or 64-bit pc running ms windows.
- a windows compiler: ms visual c++ (embedded visual c++ for wxwince
port), borland c++, watcom c++, cygwin, mingw, metrowerks codewarrior,
digital mars c++. see install.txt for details about compiler
version supported.
- at least 100 mb of disk space for source tree and additional space for
libraries and application building (depends on compiler and build settings).
(b) unix:
- almost any c++ compiler, including gnu c++ (egcs 1.1.1 or above).
- 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.
- at least 100 mb of disk space for source tree and additional space for
libraries and application building (depends on compiler and build settings).
(c) mac os/mac os x:
- a powerpc mac running mac os 8.6/9.x (eg. classic) or mac os x 10.x.
- codewarrior 5.3, 6 or 7 for classic mac os.
- the apple developer tools (eg. gnu c++), codewarrior 7 or above for mac os x.
- at least 100 mb of disk space for source tree and additional space for
libraries and application building (depends on compiler and build settings).
|