first of all – pretty cool script. thanks a lot.
i have some questions. i'm running this right now:
docker run -it -w /root -v $HOME/qbt:/root alpine:edge /bin/ash -c 'apk update && apk add bash curl && curl -sL git.io/qbstatic | \
bash -s all --qbittorrent-master --optimize --icu'
basically i want a musl bin for qbittorrent for an unreleased feature that's out in master that i'm very eager to try. hopefully i don't need master of libtorrent too for best results.
after reading --help and https://userdocs.github.io/qbittorrent-nox-static/#/script-installation?id=docker-via-ssh
--optimize is clear. i get that it's not good if i distribute it or use it on a different computer, but otherwise it sounds good.
i wasn't sure what --icu really does. i get that it's some lib for char conversion and it bulks up the bin size quite a bit, but i don't really understand what the real world consequence is. in what way might it affect performance or behavior?
also, do i need --cmake? i'm using it headless only. only using the webui and other things that use its api. i saw the hint about qt6. i'm not even using qt, right?
thanks
first of all – pretty cool script. thanks a lot.
i have some questions. i'm running this right now:
basically i want a musl bin for qbittorrent for an unreleased feature that's out in master that i'm very eager to try. hopefully i don't need master of libtorrent too for best results.
after reading
--helpand https://userdocs.github.io/qbittorrent-nox-static/#/script-installation?id=docker-via-ssh--optimizeis clear. i get that it's not good if i distribute it or use it on a different computer, but otherwise it sounds good.i wasn't sure what
--icureally does. i get that it's some lib for char conversion and it bulks up the bin size quite a bit, but i don't really understand what the real world consequence is. in what way might it affect performance or behavior?also, do i need
--cmake? i'm using it headless only. only using the webui and other things that use its api. i saw the hint about qt6. i'm not even using qt, right?thanks