aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-29 15:38:56 +0100
committerDavid Robillard <d@drobilla.net>2020-10-30 10:58:28 +0100
commitd3d0c5582d34daafc39d5f3d64e0d2d94571ff4b (patch)
treeb0e87df91db53cdfd4fe9276a78fa4be8dcce709 /README.md
parent750eb8027b1f164c276ac7b1b14f04485cf4429d (diff)
downloadpugl-d3d0c5582d34daafc39d5f3d64e0d2d94571ff4b.tar.gz
pugl-d3d0c5582d34daafc39d5f3d64e0d2d94571ff4b.tar.bz2
pugl-d3d0c5582d34daafc39d5f3d64e0d2d94571ff4b.zip
Make C++ bindings a separate package
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98ad769..d3a1612 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,10 @@ this can be achieved by simply depending on the package `pugl-gl-0` or
library, distributions should retain this separation so that GL applications
don't depend on Cairo and its dependencies, or vice-versa.
+The C++ bindings are header-only but installed to a separate include path than
+the C headers. Depending on the package `puglxx-0` (in addition to the
+appropriate backend package above) will enable their use.
+
Distributions are encouraged to include static libraries if possible so that
developers can build portable plugin binaries.