Updated Compilation: Raspberry Pi OS and DietPi (markdown)

Andreas 2021-05-07 18:35:41 +02:00
parent f7d6208fb5
commit be482c1b51

@ -72,9 +72,9 @@ git checkout $(git tag | grep v1\.2.\. | sort -t _ -n -k 3 | tail -n 1)
### B. Download the [latest release](https://github.com/arvidn/libtorrent/releases) ### B. Download the [latest release](https://github.com/arvidn/libtorrent/releases)
~~~~ ~~~~
wget https://github.com/arvidn/libtorrent/archive/libtorrent-1_2_13.zip wget https://github.com/arvidn/libtorrent/archive/libtorrent-1_2_12.zip
unzip libtorrent-1_2_13.zip unzip libtorrent-1_2_12.zip
cd libtorrent-libtorrent-1_2_13 cd libtorrent-libtorrent-1_2_12
~~~~ ~~~~
## Compile Libtorrent ## Compile Libtorrent
@ -147,9 +147,9 @@ You may select the branch version on the [branches page](https://github.com/qbit
### B. Download the [latest release](https://github.com/qbittorrent/qBittorrent/releases) ### B. Download the [latest release](https://github.com/qbittorrent/qBittorrent/releases)
~~~~ ~~~~
wget https://github.com/qbittorrent/qBittorrent/archive/release-4.3.4.1.zip wget https://github.com/qbittorrent/qBittorrent/archive/release-4.3.5.zip
unzip release-4.3.4.1.zip unzip release-4.3.5.zip
cd qBittorrent-release-4.3.4.1 cd qBittorrent-release-4.3.5
~~~~ ~~~~
## Compile qBittorrent-nox ## Compile qBittorrent-nox