aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index b843f93..a69441b 100644
--- a/README.md
+++ b/README.md
@@ -58,11 +58,17 @@ By default symbolic links to headers in bundles are installed to `INCLUDEDIR`.
If symbolic links are a problem, configure with `--copy-headers` and copies
will be installed instead.
-Note that include paths relative to `PREFIX` may not be changed, since projects
-using LV2 use include paths like:
+Headers are installed in two paths, the universal URI-based style:
#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
+and the newer simple core style:
+
+ #include "lv2/urid/urid.h"
+
+Projects are encouraged to migrate to the latter style, though note that this
+style of include path may only be used by official LV2 specifications.
+
Documentation
-------------