fbdtemme / torrenttools

Commandline tool for inspecting, creating and editing BitTorrent metafiles.
MIT License
196 stars 14 forks source link

Build on debian 11: missing TBB #25

Closed Markomas closed 2 years ago

Markomas commented 2 years ago

I followed instructions how to build on Ubuntu (I use Debian 11) this command: cmake --build . --target torrenttools

Gave me this error: -- Using cryptographic library: OpenSSL -- Could NOT find TBB (missing: TBB_DIR) CMake Error at cmake/FindTBB.cmake:142 (message): Required library TBB not found. Call Stack (most recent call first): cmake/FindTBB.cmake:378 (findpkg_finish) CMakeLists.txt:54 (find_package)

Markomas commented 2 years ago

26

(Sorry, I have no idea hot to link to this PR)