SIDN / spin

SPIN Core Software
https://spin.sidnlabs.nl
GNU General Public License v2.0
77 stars 9 forks source link

incomplete instructions for raspbian lite buster #82

Closed jpgpi250 closed 2 years ago

jpgpi250 commented 2 years ago

tried to build this on raspbian lite buster latest version

you also need

sudo apt-get -y install libnetfilter-log-dev libnetfilter-conntrack-dev

to avoid the errors configure: error: libnetfilter-log not found and configure: error: libnetfilter-conntrack not found

ElmerLastdrager commented 2 years ago

Dear @jpgpi250, Thanks for your report. These dependencies were listed in the text, but indeed not in the example of the apt-get command underneath. I've fixed this in 22acc07ffce4ce0e1fde1007b853c4e85d536231. Cheers, Elmer