-
I am trying to build latest stable qbittorrent for raspberry pi 4. I had issues with qbittorrent(v4.2 i think) webui stops working after a while. I tried to fix it but didnt work. So i tried going with v4.4.x but going through the documentation for building RPi4, got some errors while building libtorrent such as "configure: error: --with-boost-libdir expected directory name" and "configure: error: Could not find a version of the Boost::System library!". So i created the directory and installed "sudo apt-get install libboost-all-dev" respectively. Well that didn't work either. Question: Does this instruction on building qbittorrent works on rpi4 64bit armv8? if yes, then what am doing wrong and getting such errors Specs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
manual you mentioned seems to be not suitable for arm64 (aarch64) because it mentions also I would like to suggest just to add my custom repository (it has builds for Raspbian for both 32 and 64 bit ARM) and just install |
Beta Was this translation helpful? Give feedback.
manual you mentioned seems to be not suitable for arm64 (aarch64) because it mentions
arm-linux-gnueabihf
which definitely means 32-bit ARM, for 64-bit it should look different. as solution, I suggest just to drop this--with-boost-libdir
part, system library should be detected correctly, option is required when you are building with custom boost. another option - consider to use cmake instead of autotools, it doesn't have such confusing options and definitely searches system libraries by default.also I would like to suggest just to add my custom repository (it has builds for Raspbian for both 32 and 64 bit ARM) and just install
qbittorrent
/qbittorrent-nox
package (libtorrent-rasterbar
…