mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Compiling Transmission requires 'apt install libsystemd-dev'
This commit is contained in:
parent
9df95cedf8
commit
2c84233946
1 changed files with 3 additions and 1 deletions
|
@ -17,13 +17,15 @@
|
|||
meta: noop
|
||||
|
||||
# https://github.com/transmission/transmission/blob/main/docs/Building-Transmission.md#on-unix
|
||||
- name: apt install build-essential cmake libcurl4-openssl-dev libssl-dev # git python3
|
||||
# https://github.com/transmission/transmission/issues/5362 tips thanks to @tearfur
|
||||
- name: apt install build-essential cmake libcurl4-openssl-dev libssl-dev libsystemd-dev # git python3
|
||||
package:
|
||||
name:
|
||||
- build-essential
|
||||
- cmake
|
||||
- libcurl4-openssl-dev
|
||||
- libssl-dev
|
||||
- libsystemd-dev
|
||||
state: present
|
||||
|
||||
- name: Git clone https://github.com/transmission/transmission to /opt/iiab/transmission
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue