Skip to content

Commit

Permalink
Update Compilation-Alpine-Linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Oct 15, 2024
1 parent 7638ac0 commit 3350834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compilation-Alpine-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This guide will help you install qBittorrent on Alpine Linux

> [!NOTE]
>
> - This guide should work in any [Alpine arch](http://dl-cdn.alpinelinux.org/alpine/latest-stable/main) as long as the required [packages dependencies](https://pkgs.alpinelinux.org) are available to install for that arch. This guide was tested on `x86_64`
>
> - This guide will install qBittorrent and dependencies using shared libraries. At the point of writing this guide the latest version of Alpine is `3.20`
Expand All @@ -12,7 +13,6 @@ This guide will help you install qBittorrent on Alpine Linux
> [!IMPORTANT]
> The majority of these commands are copy and paste but some can be modified. For example, in the libtorrent section there is a choice between libtorrent `v1` or `v2`. Check the notes and commented commands for more information.

## Build dependencies

These are the build dependencies we need to install using `apk`
Expand All @@ -36,6 +36,7 @@ apk add zlib-dev icu-dev openssl-dev qt6-qtbase-dev qt6-qttools-dev

> [!TIP]
> Get the latest version info via
>
> - https://github.com/boostorg/boost/releases/latest
> - `curl -sL https://api.github.com/repos/boostorg/boost/releases/latest | jq -r '.tag_name'`
Expand Down Expand Up @@ -77,8 +78,7 @@ Build and install qBittorrent
> Any tag can be used to checkout the version you want - https://github.com/qbittorrent/qBittorrent/tags
> [!WARNING]
> You are most likely not using a GUI (desktop) with Alpine, so remember we pass `-D GUI=OFF`.
>
> You are most likely not using a GUI (desktop) with Alpine, so remember we pass `-D GUI=OFF`.
> Removing `-D GUI=OFF` will build the desktop version `qbittorrent` instead of the cli `qbittorrent-nox`
```bash
Expand Down

0 comments on commit 3350834

Please sign in to comment.