summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-07-25 21:31:27 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-08-12 11:16:31 +0200
commit3e25a2a2f1fb881debade053d4862f094614e24a (patch)
tree77c20d61e99306e3aa33054bb8f1eb0d4e6ae0e2 /README
parentf2fa9543a11fd5551aa619160d5a02b886fb1bbb (diff)
Remove obsolete SAXParser class and eXpat dependency.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index 1b4e8a4..d4201fc 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ documentation for detailed instructions on how to do this.
NOTE2: Be aware that if you are planning on running the LV2 plugin from within
one of the binary releases of Ardour, you must make sure that drumgizmo is using
-the same version of libpng, pthread and expat as Ardour was compiled with (or
+the same version of pthread as Ardour was compiled with (or
at least versions matching the ABI), otherwise the plugin will show strange
behaviour or even crash upon load.
@@ -22,13 +22,10 @@ Prerequisites
* lv2-devel package >= 1.0
* libsndfile-devel >= 1.0.21
* zita-resampler-devel (no minimal version specified)
-* libexpat-devel (no minimal version specified)
* pkg-config >= 0.23
* Xlib >= 1.0
-* libpng >= 1.2
* libsmf (no minimal version specified)
* pthread (no minimal version specified)
-* libcppunit-dev (only necessary when compiling from git sources)
Compiling source tarball
------------------------