fbdtemme / torrenttools

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

Update readme: Added Debian build section #26

Closed Markomas closed 2 years ago

Markomas commented 2 years ago

Using Debian 11 with Ubuntu build instructions, without installing: libtbb-dev (by default it's not installed on debian) Build fails with:

-- 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)

fbdtemme commented 2 years ago

Thank you!