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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
aclocal
autoheader
autoconf
automake --force-missing --add-missing
./configure
make && sudo make install