From 4db67120efca2d4c200d2e1ba5cf3d7b97cab97e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Sep 2018 20:38:01 +0200 Subject: Install standard headers to simpler include paths --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') 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 ------------- -- cgit v1.2.1