[PD] compile pd on OSX

Orm Finnendahl finnendahl at folkwang-hochschule.de
Tue Aug 15 12:09:16 CEST 2006


Hi Hans-Christoph,

thanks for the hints. Everything works now after some
adjustments. Maybe you can add that to the documentation (or change
the make script that it autocopies the bin directory into the build
directory).

Before issuing "make darwin_app_core":

1. in the directory "<path-to-cvs>/packages/darwin_app/../../" rename
   the existing pd directory and create a symlink named "pd" to the pd
   source directory you want to compile:

mv ../../pd{,-orig}
ln -s <path-of-pd-main-dir> ../../pd

2. Make the application:

make darwin_app_core

3. Copy the "bin" directory of the pd source directory into the build
   directory:

cp -R  <path-of-pd-main-dir>/bin build/<name-of-Pd-darwin-program>/Contents/Resources/

(Make sure to omit a trailing slash after the "bin"!)

--
Orm

Am 14. August 2006, 20:54 Uhr (-0400) schrieb Hans-Christoph Steiner:
> 
> Pd doesn't build on OSX without either Miller's scripts or the Pd- 
> extended build stuff.  You can get the Pd-extended stuff from CVS:
> 
> cd pure-data/packages/darwin_app
> make darwin_app_core



> Or download a nightly build:
> 
> http://128.238.56.50/auto-build




More information about the Pd-list mailing list