]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mac/install.txt
added missing -univ package control files.
[wxWidgets.git] / docs / mac / install.txt
index 52f4cae387f9bb7cd6e0a19f103773355ec88d07..8882520cf7aa8ee89b21791e984282e6ccfd02cc 100644 (file)
@@ -1,3 +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)
 
@@ -16,4 +21,34 @@ if you want to build the carbon targets, you will also need the latest carbonize
 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
+(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
+------------------------
+
+if you have downloaded all the files and get errors like :
+
+Error   : the file 'wx/generic/tip.xpm' cannot be opened
+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 SetTypeFromExtension application that is included in this folder
+
+Missing PLStringFuncsLib
+------------------------
+
+You will have to build All Targets for MacOS Support:Libraries:Sources:PLStringFuncs:Glue:PLStringFuncsGlue.mcp
\ No newline at end of file