jbra...@dismail.de, le dim. 01 déc. 2024 21:39:20 -0500, a ecrit: > +# Develop the Debian way > + > +You can develop the GNU/Hurd via Debian GNU/Hurd. The [Debian > +developer's corner](https://salsa.debian.org/hurd-team/hurd.git) has > +lots of Debian specific resources.
This is not what you want to point people to, it's extremely specific to releasing a new hurd package. You'd rather want to point to https://www.debian.org/ports/hurd/hurd-devel-debian > +If you are using Debian GNU/Hurd, using a `salsa.debian.org` as your > +git remote, then an easy way to get started building the Hurd is to go > +to $hurd-src and run this: > + > + # apt build-dep -y hurd gnumach > + $ dpkg-buildpackage -us -uc -nc -b 2> compile-errors.txt > + > +This will compile the hurd source code and save any compile > +errors. `man dpkg-buildpackage` has more information. It would probably be more useful to add a section to the hurd/building page, and point to it. Samuel