From a6878cdf1edf6c72a2500e5a7c8ac48915a7810a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 23 Apr 2009 18:22:19 +0000 Subject: added bit about flext binaries and fixed Mac OS X preference removal instructions svn path=/trunk/; revision=11100 --- packages/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 4778510c..0a234fd9 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -348,7 +348,7 @@ ifeq ($(OS_NAME),linux) endif ifeq ($(OS_NAME),darwin) echo "

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)

" >> $(README_FILE) - echo "

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:

touch ~/Library/Preferences/org.puredata.pd.plist (~ means your home folder)

The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utilities: defaults read org.puredata.pd, or, Property List Editor, which is freely available as part of XCode or the Server Tools.

" >> $(README_FILE) + echo "

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 (~ means your home folder), or run this command in the Terminal.app:

rm ~/Library/Preferences/org.puredata.pd.plist

The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utilities: defaults read org.puredata.pd, or, Property List Editor, which is freely available as part of XCode or the Server Tools.

" >> $(README_FILE) echo "If you want to use PDP on Mac OS X 10.4/Tiger or 10.3/Panther, you will need to install X11 (X11 comes installed with 10.5/Leopard). It comes on the install CD/DVD that your computer came with. For more detail, see How to install X11 in OS X or How do I install Pd on MacOS X?." >> $(README_FILE) endif ifeq ($(OS_NAME),windows) @@ -382,6 +382,9 @@ ifeq ($(OS_NAME),windows) endif echo "" >> $(README_FILE) echo "

" >> $(README_FILE) + echo "

Flext Binaries have been removed from Pd-extended

" >> $(README_FILE) + echo "

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 "

License

" >> $(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