aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Doukhan <rudk@users.sourceforge.net>2011-02-08 17:29:46 +0000
committerDavid Doukhan <rudk@users.sourceforge.net>2011-02-08 17:29:46 +0000
commite99afd686e063fe4f128529fe4db02d5bb6d98bc (patch)
tree213aae59650f033f0110779ce98edc8877cb0ed5
parent98b92500553395ff0c3f9ab52fd97ca979eaaf04 (diff)
more details in the readme
svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14871
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index f125937..37329c9 100644
--- a/README.txt
+++ b/README.txt
@@ -14,3 +14,9 @@ David Doukhan and Anne Sedes, PDCON09
* The external use try/catch statements. On some OS, it may cause PD to crash when exceptions are thrown. To solve this issue, go to file=>path=>startup, edit a new entry, and set cw_binaural~ to be the first external to be loaded.
For more details concerning the try/cath issue, see http://www.mail-archive.com/pd-dev@iem.at/msg06694.html
+
+* To use precompiled external on ubuntu, you should install libsndfile:
+sudo apt-get install libsndfile
+
+* To use precompiled external on mac, you should install universal binaries of libsndfile using mac port:
+sudo port install libsndfile +universal