diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-04-07 21:17:28 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-04-07 21:17:28 +0000 |
commit | 4df086cf574b5ed0c34b4e794c80533d21bc1884 (patch) | |
tree | 25bc9d426c4f81eef2b532b7c4f2502add7809a3 /packages/darwin_app/README | |
parent | d370124542642276fa6c0bfefcfbabfd05101f55 (diff) |
removed Pd-for-UNIX.pkg stuff since I have thought of a much better way to do it; started updating build system to work with Miller's Pd.app/AppMain.tcl code as of 0.38
svn path=/trunk/; revision=2693
Diffstat (limited to 'packages/darwin_app/README')
-rw-r--r-- | packages/darwin_app/README | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/packages/darwin_app/README b/packages/darwin_app/README index bbc78305..e875c38d 100644 --- a/packages/darwin_app/README +++ b/packages/darwin_app/README @@ -1,17 +1,43 @@ To compile a standalone Pd.app, you need this stuff: +______________________________ Tcl/Tk Standalone .app +------------------------------ - 1. download TclTkAquaStandalone-8.?.?.dmg from http://tcltkaqua.sourceforge.net/ - (I used 8.4.7) + 1. download TclTkAquaStandalone-8.4.*.dmg from http://tcltkaqua.sourceforge.net/ + (I used 8.4.9) 2. mount the dmg 3. the Makefile will find what it needs in the mounted .dmg - +Tcl/Tk Frameworks + 1. download TclTkAqua-8.4.*.dmg from http://tcltkaqua.sourceforge.net/ + (I used 8.4.9) + 2. install Tcl/Tk.pkg in the standard location + +______________________________ JackOSX +______________________________ 1. download latest JackOSX from http://www.jackosx.com/download.html - (I used version 0.4.1) - 2. install the .pkg - 3. + (I used version 0.6.1) + 2. install the .pkg in the standard location + +______________________________ +You will need all this stuff from CVS: +------------------------------ + mkdir pure-data && chdir pure-data + CVSROOT = :pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data + cvs co abstractions + cvs co doc + cvs co externals + cvs co packages + +______________________________ +making the Pd.app +------------------------------ + + In packages/darwin_app/Makefile, on line 177, you'll need to choose wheter + you compiling from MSP source or CVS. + + |