From e724f9f4cd61bcf3a2dfc36cedbed7f7905b2ad7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 9 Sep 2010 17:18:34 +0000 Subject: documented name change of Pd-extended prefs file svn path=/trunk/; revision=14028 --- packages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index efcd10b3..ee646158 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -352,7 +352,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 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 "

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

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

The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utilities: defaults read org.puredata.pdextended, 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) -- cgit v1.2.1