Struggling adding a dependency
Christian Hergert
christian at hergert.me
Sun May 17 19:36:28 UTC 2020
On 5/16/20 12:53 AM, biggaz wrote:
> That appears to work, but it needs C++ Boost. This comes out ...
>
> CMake Error: The following variables are used in this project, but they
> are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake files:
> /run/build/restc-cpp/Boost_INCLUDE_DIR
> used as include directory in directory /run/build/restc-cpp
>
> I can guess that I need to either use "config-opts" or "build-options"
> to pass this, and that there's probably be a similar linker issue?
>
> I can't work out how to add Boost, I'm guessing it's a big complicated
> project, and I'm hoping somebody else has done it so I can copy. I
> would then just need to point this project at wherever Flatpak installs
> the files to?
A quick google search comes across this¹ which might get you started.
¹ https://github.com/boostorg/boost/issues/334
More information about the Flatpak
mailing list