Added missing "autoconf" to readme

This commit is contained in:
Federico Cerutti
2018-01-20 16:27:49 +01:00
committed by GitHub
parent 809f3bc62c
commit 9fed51206f

View File

@@ -10,6 +10,7 @@ Please note MFOC is able to recover keys from target only if it have a known key
libtoolize --force libtoolize --force
aclocal aclocal
autoheader autoheader
autoconf
automake --force-missing --add-missing automake --force-missing --add-missing
./configure ./configure
make && sudo make install make && sudo make install