summaryrefslogtreecommitdiffstats
path: root/python/pyliblo/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyliblo/README')
-rw-r--r--python/pyliblo/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pyliblo/README b/python/pyliblo/README
index b7f0b19d22..b755232141 100644
--- a/python/pyliblo/README
+++ b/python/pyliblo/README
@@ -5,3 +5,7 @@ supports almost the complete functionality of liblo, allowing you to
send and receive OSC messages using a nice and simple Python API.
Also included are the command line utilities send_osc and dump_osc.
+
+If you're upgrading from an older pyliblo version and you get 'compilation
+terminated due to -Wfatal-errors', check your installed version of liblo:
+for pyliblo-0.10.0 and up, you need liblo-0.28 or greater.