Update documentation after the removal of wxOSX/Carbon.

This commit is contained in:
Tobias Taschner
2016-02-04 09:44:00 +01:00
parent f992897688
commit 50e6c10bb2
4 changed files with 9 additions and 17 deletions

View File

@@ -89,13 +89,13 @@ mature. Both ports work on almost any Unix system (Linux, FreeBSD, OpenBSD,
NetBSD, Solaris, AIX, ...) and require GTK+ 2.6 or later or GTK+ 3.x. The
primary supported compiler is GNU g++.
@li wxOSX: wxOSX/Cocoa is the only port for Apple computers. wxOSX/Cocoa
@li wxOSX/Cocoa: This is the native port for Apple computers. wxOSX/Cocoa
supports 32 or 64 bit Intel Macs running OS X 10.7 or later. The port can be
built either with g++ or clang.
Other platforms (e.g. iOS), compilers (Borland C++ under Windows,
Sun CC, HP-UX aCC, IBM xlC or SGI mipsPro under Unix) and ports (
wxGTK1, wxX11, wxDFB, wxPM...) are also supported but to a lesser extent.
wxQT, wxGTK1, wxX11, wxDFB...) are also supported but to a lesser extent.
Please see the @subpage page_port "platform details page" for more information.
There are no CPU speed requirements but the faster (and more) CPU(s) you have,

View File

@@ -57,18 +57,11 @@ distribution.
@section page_port_wxosx wxOSX
@section page_port_wxosx wxOSX/Cocoa
@subsection page_port_wxosx_cocoa wxOSX/Cocoa
wxOSX/Cocoa is the only port of wxWidgets for the OS X platform. It requires
wxOSX/Cocoa is the port of wxWidgets for the OS X platform. It requires
OS X 10.7 or later and fully supports 64 bit builds.
This is the default port when building wxOSX, but in order to select it
explicitly you can use
@verbatim configure --with-osx_cocoa @endverbatim
For further information, please see the files in @c docs/osx in the
distribution.