diff options
| author | jbranso@dismail.de <jbranso@dismail.de> | 2025-08-11 14:41:55 -0400 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-08-15 01:20:15 +0200 |
| commit | a942b6bb1dc7ffac0e09e30aff5b1a939886f218 (patch) | |
| tree | c248d0b47cc9502c4d4537cbfc05da96e5ef8d4b /hurd | |
| parent | 2e4808303094e0efee1bae6fa06fd77e1440c724 (diff) | |
add developer workflows page.
* contributing.mdwn: link to the developer-workflows page.
* contributing/developer-workflows.mdwn: new file.
* hurd/building.mdwn: tweaked some commands.
Message-ID: <20250811184236.10970-3-jbranso@dismail.de>
Diffstat (limited to 'hurd')
| -rw-r--r-- | hurd/building.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn index 2a157199..ef8c94d1 100644 --- a/hurd/building.mdwn +++ b/hurd/building.mdwn @@ -25,7 +25,7 @@ dependencies and additional packages that are specified by the source hurd package: # apt install build-essential fakeroot quilt - # apt build-dep hurd + # apt build-dep -y hurd gnumach ## ... on non-Debian systems @@ -41,6 +41,10 @@ git](http://savannah.gnu.org/git/?group=hurd): ... or (if you are working on a Debian system) the ones that are used for the [current Debian hurd package](http://packages.debian.net/source/unstable/hurd): + $ git clone https://salsa.debian.org/hurd-team/hurd.git + +Or you could use apt source + $ apt source hurd Please see the Debian [[FAQ]] before using `apt source`. |
