Nikita Karetnikov <[email protected]> skribis: > There are 'config-daemon.ac', 'daemon.am', and 'nix/nix-daemon' with > sources, but I don't know how to create an executable.
Run ./bootstrap, which will checkout Nix as a Git submodule, and then copy the relevant bits in the ‘nix’ sub-directory. Then run ‘./configure --enable-daemon’, etc. Ludo’.
