From: Stefan Csomor Date: Wed, 9 Aug 2000 08:54:10 +0000 (+0000) Subject: docs for building with the latest headers and carbon/macosX targets X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1eaf19628c28f804b50f81908d03cedbadd7e909 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 --- diff --git a/docs/mac/install.txt b/docs/mac/install.txt new file mode 100644 index 0000000000..52f4cae387 --- /dev/null +++ b/docs/mac/install.txt @@ -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 + after the + #include +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) \ No newline at end of file diff --git a/docs/mac/readme.txt b/docs/mac/readme.txt new file mode 100644 index 0000000000..94bd3aa044 --- /dev/null +++ b/docs/mac/readme.txt @@ -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 \ No newline at end of file diff --git a/docs/mac/todo.txt b/docs/mac/todo.txt new file mode 100644 index 0000000000..177182d211 --- /dev/null +++ b/docs/mac/todo.txt @@ -0,0 +1,4 @@ +in the carbon targets the following items are still missing + +- printing support +- navigation services support \ No newline at end of file