diff options
author | B. Watson <yalhcru@gmail.com> | 2015-11-03 20:26:59 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-07 10:33:23 +0700 |
commit | 230d78d59a2b13fb93f8094b191d55d0ca311a0a (patch) | |
tree | 2793bf31bdc755e18f175187a45189786ebf04f8 /python/pyliblo/README | |
parent | 9d58fc6f982786c337beeeb85ce485376f531e64 (diff) | |
download | slackbuilds-230d78d59a2b13fb93f8094b191d55d0ca311a0a.tar.gz slackbuilds-230d78d59a2b13fb93f8094b191d55d0ca311a0a.tar.xz |
python/pyliblo: Updated for version 0.10.0.
Diffstat (limited to 'python/pyliblo/README')
-rw-r--r-- | python/pyliblo/README | 4 |
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. |