1
0
mirror of https://github.com/nfc-tools/mfoc.git synced 2026-02-27 00:59:47 +00:00

Revert "Fixed readme compiling options"

This commit is contained in:
Romuald Conty
2018-01-31 18:30:12 +01:00
committed by GitHub
parent fa3573cfb6
commit 776fb11aaf

View File

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