From adf8f7a6ee30f5bfb2b0fecd1d212dddb0caa1b4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 16 Apr 2009 18:17:32 +0000 Subject: updated section in README on installing externals svn path=/trunk/; revision=11035 --- packages/Makefile | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'packages/Makefile') diff --git a/packages/Makefile b/packages/Makefile index 218de2af..2dc9b34c 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -348,40 +348,43 @@ ifeq ($(OS_NAME),darwin) 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) - echo "

To install, run the installer.

" >> $(README_FILE) echo "

To make sure that all of the included libraries are loaded when Pd runs, " >> $(README_FILE) echo "double-click C:\Program Files\pd\pd-settings.reg to import the settings to the registry. WARNING: this will overwrite any existing Pd preferences!

" >> $(README_FILE) endif - 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) - echo "

" >> $(README_FILE) echo "

Installing Externals, Objects, and Help files

" >> $(README_FILE) echo "

" >> $(README_FILE) - echo "If you would like to install other externals, objects, help files, etc. there are special folders that Pd-extended uses." >> $(README_FILE) + echo "If you would like to install other externals, objects, help files, etc. there are special folders that Pd-extended uses, which are listed below. If the folder does not exist, you should create it. You can find out more details about this by reading that FAQ: How do I install externals and help files?." >> $(README_FILE) echo "

" >> $(README_FILE) - echo "
User-specific
" >> $(README_FILE) ifeq ($(OS_NAME),darwin) + echo "
Only for the current user account
" >> $(README_FILE) echo "
~/Library/Pd
" >> $(README_FILE) + echo "
For all user accounts on the computer
" >> $(README_FILE) + echo "
/Library/Pd
" >> $(README_FILE) endif ifeq ($(OS_NAME),linux) - echo "
~/pd/
" >> $(README_FILE) + echo "
Only for the current user account
" >> $(README_FILE) + echo "
~/pd-externals/
" >> $(README_FILE) + echo "
For all user accounts on the computer
" >> $(README_FILE) + echo "
/usr/share/pd-externals
" >> $(README_FILE) endif ifeq ($(OS_NAME),windows) - echo "
%UserProfile%\Application Data\Pd
" >> $(README_FILE) + echo "
Only for the current user account
" >> $(README_FILE) + echo "
%UserProfile%\Application Data\Pd
" >> $(README_FILE) + echo "
For all user accounts on the computer
" >> $(README_FILE) + echo "
%ProgramFiles%\Common Files\Pd
" >> $(README_FILE) endif - echo "
Global
" >> $(README_FILE) ifeq ($(OS_NAME),darwin) - echo "
/Library/Pd
" >> $(README_FILE) endif ifeq ($(OS_NAME),linux) - echo "
/usr/share/pd
" >> $(README_FILE) endif ifeq ($(OS_NAME),windows) - echo "
%ProgramFiles%\Common Files\Pd
" >> $(README_FILE) endif echo "
" >> $(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) + echo "

" >> $(README_FILE) echo "

Patented Algorithms

" >> $(README_FILE) echo "

" >> $(README_FILE) echo "This package may contain software that is covered by patents in certain countries, like the U.S. and Germany. In order to use this software you must have the proper license. Below is a list of the known software packages that are covered by patents in some countries:" >> $(README_FILE) -- cgit v1.2.1