aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-03 15:27:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-03 15:27:38 +0000
commit308aa9aef5d406e3b9ef1939cf40924960856d20 (patch)
treec4a2ca12672edacac52ad14d32b8915c7b5a1ee1 /packages/Makefile
parent9034cac2421d154a64cea3becc7922f7fd483b66 (diff)
updated Windows README
svn path=/trunk/; revision=15485
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/Makefile b/packages/Makefile
index f1be48f5..2eb94920 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -264,12 +264,12 @@ readme_install:
echo "<html>" >> $(README_FILE)
echo "<head>" >> $(README_FILE)
echo "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />" >> $(README_FILE)
- echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://puredata.org/plone.css\" />" >> $(README_FILE)
+ echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://puredata.info/plone.css\" />" >> $(README_FILE)
echo "</head>" >> $(README_FILE)
echo "<body>" >> $(README_FILE)
echo "<h2>Pure Data $(PD_VERSION)</h2>" >> $(README_FILE)
echo "<p>Pd is a real-time, graphical programming language for media processing. It provides an environment for audio analysis, synthesis, and processing, with a rich set of multimedia capabilities. You can get Pd for Linux, Windows, MacOS X, BSD, or IRIX.</p>" >> $(README_FILE)
- echo "<p>For more information, go to: <a href=\"http://puredata.org\" target=\"pd\">http://puredata.org</a></p>" >> $(README_FILE)
+ echo "<p>For more information, go to: <a href=\"http://puredata.info\" target=\"pd\">http://puredata.info</a></p>" >> $(README_FILE)
echo "<h3>Installation</h3>" >> $(README_FILE)
ifeq ($(OS_NAME),linux)
echo "<p></p>" >> $(README_FILE)
@@ -281,8 +281,8 @@ 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 <a href=\"http://www.simplehelp.net/2006/10/22/how-to-install-x11-in-os-x/\" target=\"_blank\">How to install X11 in OS X</a> or <a href=\"http://puredata.info/docs/faq/macosx\" target=\"_blank\">How do I install Pd on MacOS X?</a>." >> $(README_FILE)
endif
ifeq ($(OS_NAME),windows)
- echo "<p>To make sure that all of the included libraries are loaded when Pd runs, " >> $(README_FILE)
- echo "double-click <code>C:\Program Files\pd\pd-settings.reg</code> to import the settings to the registry. WARNING: this will overwrite any existing Pd preferences!</p>" >> $(README_FILE)
+ echo "<p>To reset the default settings, and make sure that default libraries are loaded when Pd runs, " >> $(README_FILE)
+ echo "double-click <code>C:\Program Files\pd\bin\pd-settings.reg</code> to import the settings to the registry. WARNING: this will overwrite any existing Pd preferences!</p>" >> $(README_FILE)
echo "<h3>ASIO4ALL</h3>" >> $(README_FILE)
echo "<p><a href=\"http://www.asio4all.com/\" target=\"_blank\">ASIO4ALL</a> is a cost-free <a href=\"http://en.wikipedia.org/wiki/Audio_Stream_Input/Output\" target=\"_blank\">ASIO</a> audio driver. Is it highly recommended for use with Pd. Download and install it, then when you launch Pd, choose the <strong>ASIO</strong> option from the <strong>Media</strong> menu. Using ASIO4ALL should mean less crashes and troubles, as well as better audio performance." >> $(README_FILE)
echo "</p>" >> $(README_FILE)