]>
Commit | Line | Data |
---|---|---|
b75b6d4c RR |
1 | \section{wxMac port}\label{wxmacport} |
2 | ||
fc2171bd | 3 | wxMac is a port of wxWidgets for the Macintosh OS platform. |
298fe32f | 4 | Currently MacOS 8.6 or higher, MacOS 9.0 or higher and |
b75b6d4c | 5 | MacOS X 10.0 or higher are supported, although most development |
298fe32f | 6 | effort goes into MacOS X support. wxMac can be compiled both |
b75b6d4c RR |
7 | using Apple's developer tools and MetroWerks CodeWarrior in |
8 | different versions. Support for MacOS 8.X and MacOS 9.X is | |
9 | only available through CodeWarrior. wxMac uses the Carbon | |
10 | API (and optionally the Classic API under MacOS 8.X). You | |
fc2171bd | 11 | will need wxWidgets version 2.3.3 or higher for a stable |
b75b6d4c RR |
12 | version of wxMac. |
13 | ||
298fe32f JS |
14 | For further information, please see the files in docs/mac |
15 | in the distribution. | |
16 |