A build script for qBittorent nox static. Contribute to eamon-cai/qbittorrent-nox-static development by creating an account on GitHub.
changelog.md qbittorrent-nox-static.sh 7 changes: 7 additions & 0 deletions 7 changelog.md @@ -1,3 +1,10 @@ ### 2.0.7 - 12-02-2024 Added: a boost download function to combine some logic around fallback urls and minimise external calls. Added: a check to build combos for qt ...
mkdir -p ~/bin && source ~/.profile wget -qO ~/bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/armv7-qbittorrent-nox chmod 700 ~/bin/qbittorrent-nox aarch64 mkdir -p ~/bin && source ~/.profile wget -qO ~/bin/qbittorrent-nox https:/...
A bash script which builds a fully static qbittorent-nox binary with current dependencies to use on any Linux OS - qbittorrent-nox-static/LICENSE.txt at master · PBH-BTN/qbittorrent-nox-static
qbittorrent-nox-staticSummaryThe qbittorrent-nox-static project is a bash build script that compiles a static qbittorrent-nox binary using the latest available dependencies from their source. These statically linked binaries can run on any matching CPU architecture and are not OS specific. This ...
qbittorrent-nox-staticSummaryThe qbittorrent-nox-static project is a bash build script that compiles a static qbittorrent-nox binary using the latest available dependencies from their source. These statically linked binaries can run on any matching CPU architecture and are not OS specific. This ...
A bash script which builds a fully static qbittorent-nox binary with current dependencies to use on any Linux OS - qbittorrent-nox-static/SECURITY.md at master · PBH-BTN/qbittorrent-nox-static
bash<(curl -Ls https://github.com/Aniverse/qbittorrent-nox-static/raw/master/install.sh)-u aniverse -p test123 } ### functionshow_usage(){echo" $AppName$pm_action$script_version($script_update) Usage: -u Username for qBittorrent -p Password for qBittorrent...
2 changes: 1 addition & 1 deletion 2 qbittorrent-nox-static.sh Original file line numberDiff line numberDiff line change @@ -688,7 +688,7 @@ _debug() { _custom_flags_set() { CXXFLAGS="${qbt_optimize/*/${qbt_optimize} }-std=${qbt_cxx_standard} ${qbt_ldflags_static} -w...
A bash script which builds a fully static qbittorent-nox binary with current dependencies to use on any Linux OS - docs · userdocs/qbittorrent-nox-static@27c15b7