[PD] compile pd on OSX

Hans-Christoph Steiner hans at eds.org
Wed Aug 16 04:09:06 CEST 2006


On Aug 15, 2006, at 6:09 AM, Orm Finnendahl wrote:

> 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"!)


This all works properly when you use the standard source layout:

http://puredata.org/docs/developer/devlayout

If it didn't none of the Pd-extended builds would be working on Mac  
OS X ;)

.hc



>
> --
> 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