aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)