update to VST3 3.6.9 SDK and enable C+11 (mac)
[wdl/wdl-ol.git] / PT9_SDK / readme.txt
blob81d5d3c1909247d9f2f742b82b8a7a521042f8aa
1 extract PT_90_PlugInSDK.zip here
3 - run config_SDK_for_Mac.command
5 make the following mods to compile on 10.68 / Xcode 3.26
7 update PluginLibrary.xcodeproj so that the base SDK is set to 10.5, compiler is com.apple.compilers.gcc.4_2 and arch is i386
9 make the following mods to compile on 10.8+ / Xcode 5
11 make sure you have updated common.xcconfig to use 10.6 SDK and com.apple.compilers.llvm.clang
13 update PluginLibrary.xcodeproj so that the base SDK is set to 10.6, compiler is com.apple.compilers.llvm.clang and arch is i386
15 comment out line 31 of /PT9_SDK/AlturaPorts/TDMPlugIns/PlugInLibrary/Utilities/FicBasics.h
17 // #include <ppc_intrinsics.h>  // needed for __eieio