diff options
Diffstat (limited to 'packages/darwin_app/README')
-rw-r--r-- | packages/darwin_app/README | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/packages/darwin_app/README b/packages/darwin_app/README index e875c38d..eb3c60bf 100644 --- a/packages/darwin_app/README +++ b/packages/darwin_app/README @@ -1,3 +1,16 @@ +============================================================================== + Patches +============================================================================== + +Since currently, only Miller has commit permissions to the 'pd' section of the +CVS, the fixes necessary for building the whole Pd.app are included in +'packages/darwin_app/patches'. The necessary patches are automatically applied +by 'packages/darwin_app/Makefile' before building the sources in 'pd/src' + + +============================================================================== + Compiling Pd.app +============================================================================== To compile a standalone Pd.app, you need this stuff: @@ -7,7 +20,8 @@ Tcl/Tk Standalone .app 1. download TclTkAquaStandalone-8.4.*.dmg from http://tcltkaqua.sourceforge.net/ (I used 8.4.9) - 2. mount the dmg + 2. mount the dmg manually or put TclTkAquaStandalone-8.4.*.dmg in + packages/darwin_app and it will be automatically mounted 3. the Makefile will find what it needs in the mounted .dmg Tcl/Tk Frameworks |