From b13beeac0954c719e0778e2f3e0177389a20adfc Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 12 Oct 2017 19:58:15 +0200 Subject: [PATCH] add 'Build from source' section to `README.md` --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e345fd1..bc04a11 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ This program allow to recover authentication keys from MIFARE Classic card. Please note MFOC is able to recover keys from target only if it have a known key: default one (hardcoded in MFOC) or custom one (user provided using command line). +# Build from source + +``` +libtoolize --force +aclocal +autoheader +automake --force-missing --add-missing +./configure +make && sudo make install +``` + # Usage # Put one MIFARE Classic tag that you want keys recovering; Lauching mfoc, you will need to pass options, see