diff options
Diffstat (limited to 'libraries/lilv/README')
-rw-r--r-- | libraries/lilv/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/lilv/README b/libraries/lilv/README index 4ea88690c0..a0fe1622b3 100644 --- a/libraries/lilv/README +++ b/libraries/lilv/README @@ -3,3 +3,6 @@ possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications. + +If you want to build language bindings for lilv, pass BINDINGS=yes +to the script. This additionally requires numpy. |