diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-12-22 08:38:19 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-12-22 08:38:19 +0000 |
commit | 003544adb9e136e8a39e3dd04fa06bce216645a6 (patch) | |
tree | 4c88716e22bd1cfed0f95557e2cd6b40772a358d | |
parent | 7e56ba2f25c65b6a7b7f7dbebba6c9e3b5f0406d (diff) |
fixed typo and apparent nonsense
svn path=/trunk/externals/iem/iemguts/; revision=10455
-rw-r--r-- | README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)
|