From 9fed51206f33f4fcdffa4e9678da1001af783975 Mon Sep 17 00:00:00 2001 From: Federico Cerutti Date: Sat, 20 Jan 2018 16:27:49 +0100 Subject: [PATCH 1/2] Added missing "autoconf" to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc04a11..a25fd7b 100644 --- a/README.md +++ b/README.md @@ -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 From c24b6ac5724c57eb1046237edb0a61ca709887aa Mon Sep 17 00:00:00 2001 From: Federico Cerutti Date: Wed, 31 Jan 2018 14:39:14 +0100 Subject: [PATCH 2/2] Updated (again) readme using a single command --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a25fd7b..bb9d769 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,7 @@ Please note MFOC is able to recover keys from target only if it have a known key # Build from source ``` -libtoolize --force -aclocal -autoheader -autoconf -automake --force-missing --add-missing +autoreconf -is ./configure make && sudo make install ```