mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 20:44:53 +00:00
docs: updated README.rst build guide
- we use the debian 12 bookworm mirror - `make deb-all` doesn't exist anymore, `make deb` builds everything Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This commit is contained in:
parent
7d8d4061c5
commit
9294ed6457
@ -44,7 +44,7 @@ example for proxmox crate above).
|
|||||||
|
|
||||||
Build
|
Build
|
||||||
=====
|
=====
|
||||||
on Debian 11 Bullseye
|
on Debian 12 Bookworm
|
||||||
|
|
||||||
Setup:
|
Setup:
|
||||||
1. # echo 'deb http://download.proxmox.com/debian/devel/ bookworm main' | sudo tee /etc/apt/sources.list.d/proxmox-devel.list
|
1. # echo 'deb http://download.proxmox.com/debian/devel/ bookworm main' | sudo tee /etc/apt/sources.list.d/proxmox-devel.list
|
||||||
@ -58,7 +58,7 @@ Note: 2. may be skipped if you already added the PVE or PBS package repository
|
|||||||
|
|
||||||
You are now able to build using the Makefile or cargo itself, e.g.::
|
You are now able to build using the Makefile or cargo itself, e.g.::
|
||||||
|
|
||||||
# make deb-all
|
# make deb
|
||||||
# # or for a non-package build
|
# # or for a non-package build
|
||||||
# cargo build --all --release
|
# cargo build --all --release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user