[pbs-devel] [PATCH proxmox-backup] update README.rst to include dh-cargo build dependency.
Lukas Wagner
l.wagner at proxmox.com
Thu Oct 6 09:16:19 CEST 2022
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
After following the instructions in README.rst, proxmox-backup failed
to build due to a missing build dependency. Installing dh-cargo fixed
it for me.
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
index 53f53e42..19875f73 100644
--- a/README.rst
+++ b/README.rst
@@ -50,7 +50,7 @@ Setup:
1. # echo 'deb http://download.proxmox.com/debian/devel/ bullseye main' | sudo tee /etc/apt/sources.list.d/proxmox-devel.list
2. # sudo wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
3. # sudo apt update
- 4. # sudo apt install devscripts debcargo clang
+ 4. # sudo apt install devscripts debcargo dh-cargo clang
5. # git clone git://git.proxmox.com/git/proxmox-backup.git
6. # cd proxmox-backup; sudo mk-build-deps -ir
--
2.30.2
More information about the pbs-devel
mailing list