mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-01 03:44:23 +00:00
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
To build systemd from source, install “git-buildpackage” and run the following
|
|
steps:
|
|
|
|
gbp-clone git+ssh://git.debian.org/git/pkg-systemd/systemd.git
|
|
cd systemd
|
|
git-buildpackage
|
|
|
|
We recommend you use pbuilder to make sure you build in a clean environment:
|
|
git-buildpackage --git-pbuilder
|