Skip to content

build questions #115

@ftc2

Description

@ftc2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions