How to build & install libvips only with meson? #3227
Unanswered
der-eismann
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi @der-eismann, Sure, a PR with some extra options would be useful. Have a look at the There are some now -- have a look in Then: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a project that depends on the vips shared library only, so we don't want to build the tools or c++ stuff to not waste energy. At the moment we checkout the project and then do
However with meson this seems much more complicated. I now have this setup:
However if I do this the install step complains that some parts that were not built can't be found, e.g.
When I use
meson install --tags=runtimeit also still wants to install the C++ stuff. Any hints how to achieve the previous behavior? Could we maybe expand meson with some custom tags?Beta Was this translation helpful? Give feedback.
All reactions