Compare commits

...

1 Commits

Author SHA1 Message Date
Romuald Conty
776fb11aaf
Revert "Fixed readme compiling options" 2018-01-31 18:30:12 +01:00

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
```