aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-12-22 08:38:19 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-12-22 08:38:19 +0000
commit003544adb9e136e8a39e3dd04fa06bce216645a6 (patch)
tree4c88716e22bd1cfed0f95557e2cd6b40772a358d /README.txt
parent7e56ba2f25c65b6a7b7f7dbebba6c9e3b5f0406d (diff)
fixed typo and apparent nonsense
svn path=/trunk/externals/iem/iemguts/; revision=10455
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 6010d52..3cbda80 100644
--- a/README.txt
+++ b/README.txt
@@ -26,11 +26,11 @@ installation::
#2> make
#3> make install
-note: iemuts depends on some internal headers of Pd.
+note: IEMguts depends on some internal headers of Pd.
therefore you might have to specify the full path to your Pd-sources
using the PDROOT environment variable.
something like
-#2> PDROOT=/home/me/src/pd-0.41-2/
+#2> PDROOT=/home/me/src/pd-0.41-2/ make
should do the trick
(PDROOT should point to a directory wherein there is a src/-subdirectory
containing the sources of the Pd you are running)