diff options
author | David Robillard <d@drobilla.net> | 2020-10-29 15:38:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-30 10:58:28 +0100 |
commit | d3d0c5582d34daafc39d5f3d64e0d2d94571ff4b (patch) | |
tree | b0e87df91db53cdfd4fe9276a78fa4be8dcce709 /README.md | |
parent | 750eb8027b1f164c276ac7b1b14f04485cf4429d (diff) | |
download | pugl-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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |