Build in LFS #3702
-
There is no package manager in Linux from Scratch. How to configure the build options to select and/or discard dependencies or plugins? Is TBB dependency really mandatory? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
TBB is a hard dependency. A good number of the audio plugin dependencies aren't entirely essential; building without them disables those effects which need them. The available build options can be found here: |
Beta Was this translation helpful? Give feedback.
-
Although we could try to make it optional some functionality like the one where the convolver combines impulse response files into one can be so ridiculously slow (depending on each file size) that it would be the same as not having the feature. One key point to have in mind here is that EasyEffects does not call tbb directly. The parallel version of some standard C++ calls need tbb for them to work. We make tbb a mandatory dependency because of that. |
Beta Was this translation helpful? Give feedback.
-
I understand. It just so happens that oneTBB throws compilation errors. I know It's not your bussines. Instead it is my problem :-( Thanks for all. |
Beta Was this translation helpful? Give feedback.
TBB is a hard dependency.
A good number of the audio plugin dependencies aren't entirely essential; building without them disables those effects which need them.
The available build options can be found here:
meson_options.txt