X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e492c85abd636d557796de59c6e9d871a5a2ad3..8366ae934aab9f835747b0c2e456231e8795fe78:/docs/mac/install.txt diff --git a/docs/mac/install.txt b/docs/mac/install.txt index 5543413b4f..8882520cf7 100644 --- a/docs/mac/install.txt +++ b/docs/mac/install.txt @@ -1,6 +1,8 @@ Installing latest headers (and Carbon Support) ---------------------------------------------- +NOTE : these steps are not necessary for Pro 6, only for Pro 5.3 + 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) @@ -21,6 +23,19 @@ 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) +OpenGL +------ + +in order to build opengl support you must install the opengl libraries and headers from +http://developer.apple.com/opengl/index.html + +if you don't want OpenGL support, set the wxUSE_OPENGL in mac/setup.h to 0 + +Project Files +------------- + +there are always the makemac.mcp files for Pro 5.3 and the makemac6.mcp files for Pro 6 + Problems with .xpm files ------------------------ @@ -31,7 +46,7 @@ tipdlg.cpp line 201 #include "wx/generic/tip.xpm" then your cvs has changed the type of the .xpm files to something other than text, in order to fix this either change the type by using a resource editor or drag the files from /include/wx/generic/..xpm on -the MakeMetrowerksText application that is included in this folder +the SetTypeFromExtension application that is included in this folder Missing PLStringFuncsLib ------------------------