Closed callil closed 6 years ago
# install build dependencies sudo apt-get install libtool m4 automake libcap2-bin build-essentials
should be
# install build dependencies sudo apt-get install libtool m4 automake libcap2-bin build-essential
(just had to remove the s on build-essential)
Whoops, indeed you are right. Thanks.
Fixed. Thanks!
should be
(just had to remove the s on build-essential)