diff --git a/docs/doxygen/overviews/install.md b/docs/doxygen/overviews/install.md index ed12170306..0e300cad06 100644 --- a/docs/doxygen/overviews/install.md +++ b/docs/doxygen/overviews/install.md @@ -190,6 +190,36 @@ For applications using Microsoft Visual Studio IDE, simply add the provided [instructions](@ref msw_build_apps) and build the project as usual. +### Mac, with Xcode + +If you want to use an environment variable (such as WXWIN) in your xcode +project, there are several things you must do. + +- Enable the usage of environment variables in xcode:
+ `defaults write com.apple.dt.Xcode UseSanitizedBuildSystemEnvironment -bool NO` +- Set the variables for use with the launch agent (application to OSX 10.10 +and up) +``` + + + + + Label + my.startup + ProgramArguments + + sh + -c + +launchctl setenv WXWIN /Users/dconnet/devtools/wx/wxWidgets-3.1.5 + + + RunAtLoad + + + +``` + ### Other IDEs If you use an IDE with wxWidgets support, such as [Code::Blocks][1] or