From a6878cdf1edf6c72a2500e5a7c8ac48915a7810a Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner To install Pd, drag the $(PD_APP_NAME).app into your /Applications folder or to the shortcut in the disk image. (You might need to put the old one in the trash before copying this one to /Applications) By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the Startup... Preferences pane usings the Save all settings button. If you want to start with a blank set of preferences, run this command in the Terminal.app: The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utilities: By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the Startup... Preferences pane usings the Save all settings button. If you want to start with the default preferences, throw away the Pd preferences file ~/Library/Preferences/org.puredata.pd.plist ( The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utilities: touch ~/Library/Preferences/org.puredata.pd.plist
(~
means your home folder)defaults read org.puredata.pd
, or, Property List Editor, which is freely available as part of XCode or the Server Tools.~
means your home folder), or run this command in the Terminal.app: rm ~/Library/Preferences/org.puredata.pd.plist
defaults read org.puredata.pd
, or, Property List Editor, which is freely available as part of XCode or the Server Tools.
As of release 0.41.4 of Pd-extended, the whole package is built from source every night. That means that some objects have been removed from the package because they were not being built from source (objects like [pool], [msd], [flashserver], etc.). You can download these objects from the original authors or get the files from the 0.40.3 Pd-extended release." >> $(README_FILE) + echo "
" >> $(README_FILE) echo "" >> $(README_FILE) echo 'This package is released under the GNU GPL. The Pd core and some other included code is originally available with a BSD license from the Pd CVS on SourceForge.' >> $(README_FILE) -- cgit v1.2.1