docs for building with the latest headers and carbon/macosX targets

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2000-08-09 08:54:10 +00:00
parent 9ec98f7c7f
commit 1eaf19628c
3 changed files with 50 additions and 0 deletions

19
docs/mac/install.txt Normal file
View File

@ -0,0 +1,19 @@
the latest build for carbon support lead to a few changes you will have to follow, in order
to successfully compile the code (also necessary if you don't want to build the carbon targets)
1. you need CodeWarrior Pro 5.3 , i.e. 5.0 with all the upgrades
2. you have to download the 3.3.2 universal interfaces from
ftp://ftp.apple.com/developer/Development_Kits/UniversalInterfaces3.3.2.sit.hqx
3. put the Interfaces and Libraries Folder into the MacOS Support folder and replace older versions
4. remove from the MacOS Support folder the separate OpenTransport folder
5. open the file MacOS Support:MacHeaders:MacHeaders.c and add the line
#include <ControlDefinitions.h>
after the
#include <Controls.h>
6. rebuild all MacHeaders from the MacHeaders.mcp project in the same folder
if you want to build the carbon targets, you will also need the latest carbonized version of
MSL from Metrowerks, at the time of writing, this meant applying the changes from the folders
CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbonized MSL and
CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbonized Runtimes
(consult the file CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbon & MacOSX README)

27
docs/mac/readme.txt Normal file
View File

@ -0,0 +1,27 @@
Welcome to wxWindows/Mac 2
More Information is available from our own page at
http://www.advanced.ch/wxwin (mac port)
or on the wxWindows project in general
from http://www.wxwindows.org
For more information, please see changes.txt, todo.txt, and the
manuals.
Please send problems concerning installation, feature requests,
bug reports or comments to the wxWindows users list. Information
on how to subscribe is available from the wxWindows.org homepage.
Questions/Problems related directly to the mac port can be sent directly
csomor@advancedconcepts.ch
wxWindows/Mac doesn't come with any guarantee whatsoever. It
might crash your harddisk or destroy your monitor. It doesn't
claim to be suitable for any special or general purpose.
Regards,
Stefan Csomor

4
docs/mac/todo.txt Normal file
View File

@ -0,0 +1,4 @@
in the carbon targets the following items are still missing
- printing support
- navigation services support