From f45efe8dbb74ae6be4cd08a3018fa396ced03a10 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 2 Dec 2006 21:47:29 +0000 Subject: added much clearer install instructions svn path=/trunk/; revision=6587 --- packages/linux_make/Makefile | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'packages/linux_make/Makefile') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index e7edf99f..67f587db 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -72,24 +72,8 @@ INSTALLER_README_FILE = $(DESTDIR)$(prefix)/README.txt installer_readme: install -d $(DESTDIR)$(prefix) -rm $(INSTALLER_README_FILE) - touch $(INSTALLER_README_FILE) - echo -e "$(PACKAGE_NAME)" >> $(INSTALLER_README_FILE) - echo -e "\n\n" >> $(INSTALLER_README_FILE) - echo -e "To install:\n" >> $(INSTALLER_README_FILE) - echo -e "\tmake install\n" >> $(INSTALLER_README_FILE) - echo -e "To uninstall:\n" >> $(INSTALLER_README_FILE) - echo -e "\tmake uninstall\n" >> $(INSTALLER_README_FILE) - echo -e "\n\n" >> $(INSTALLER_README_FILE) - echo -e "You can install this package elsewhere, but its been compiled to run in $(prefix). If you install it somewhere other than $(prefix), you will only be able to run Pd like this:\n" >> $(INSTALLER_README_FILE) - echo -e "\tcd /path/to/bin/pd && ./pd\n" >> $(INSTALLER_README_FILE) - echo -e "Here's how to install it elsewhere:" >> $(INSTALLER_README_FILE) - echo -e "To install:\n" >> $(INSTALLER_README_FILE) - echo -e "\tmake install prefix=/path/to\n" >> $(INSTALLER_README_FILE) - echo -e "To uninstall:\n" >> $(INSTALLER_README_FILE) - echo -e "\tmake uninstall prefix=/path/to\n" >> $(INSTALLER_README_FILE) - echo -e "\nTo load the default set of libraries, you need to install the .pdsettings file included in the package:\n\n" >> $(INSTALLER_README_FILE) - echo -e "mv .pdsettings ~\n\n" >> $(INSTALLER_README_FILE) - echo -e "(~ is your home directory)\n" >> $(INSTALLER_README_FILE) + sed 's|PACKAGE_NAME|$(PACKAGE_NAME)|' $(packages_src)/linux_make/README > \ + $(INSTALLER_README_FILE) installer_makefile: -- cgit v1.2.1