Skip to content
Martin Škoudlil edited this page Oct 24, 2021 · 1 revision

how to compile using nix-shell

start nix shell

nix-shell --pure -p gcc automake autoconf flex bison pkg-config libtirpc

inside nix shell

./bootstrap

./configure

make

how to run

./unsfd
Clone this wiki locally