]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mac/install.txt
added workaround for GTK+ focus_out bug (and removed Vaclav's mouse capture stack...
[wxWidgets.git] / docs / mac / install.txt
index e62d760f59ac57eb2550c44ff62482ec3ba8299d..8882520cf7aa8ee89b21791e984282e6ccfd02cc 100644 (file)
@@ -23,6 +23,14 @@ 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
 -------------
 
@@ -38,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
 ------------------------