Hi, I was trying to build systemd-networkd with the steps below:
$ git clone https://github.com/systemd/systemd.git $ cd systemd $ meson setup build -Dnetworkd=true -Dtests=false -Dmode=developer $ ninja -C build/ These steps were executed successfully, but I did not find the binary `systemd-networkd` in the `build` directory :-( Any help will be really appreciated! Regards, Qian Zhang