From: Joan Lledó <[email protected]> Add some paragraphs to OS section in BUILDING.md
* Add instructions on how to compile on the Hurd. * Inform about current state of the port. --- BUILDING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index b70022c8..9af46d3b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -136,6 +136,11 @@ are disabled by default. For Valgrind, it needs to unlink the pipe files which it can't do anyway as it's dropped permissions. Otherwise it works fine. +GNU/Hurd requires libpcap as build dependency. + +Only ethernet devices are currently supported on the Hurd platform; other network +interface types are not yet implemented. + ## Init systems We try and detect how dhcpcd should interact with system services at runtime. If we cannot auto-detect how do to this, or it is wrong then -- 2.50.1
