nfc-tools / mfcuk

MiFare Classic Universal toolKit (MFCUK)
GNU General Public License v2.0
960 stars 227 forks source link

How compile mfcuk #35

Closed aleks921 closed 6 years ago

aleks921 commented 8 years ago

How compile mfcuk on ubuntu linux ? I can't compile this tools.

baconwaifu commented 7 years ago

the readme is off for compiling, the series of commands you need to run is

libtoolize
aclocal
autoconf
autoheader
automake --add-missing
automake
./configure
make

You need the package pkg-config from APT (sudo apt install pkg-config) as well as autotools (sudo apt install automake)

alvarotorijano commented 6 years ago

I'm doing the same, I've already instaled libnfc-bin_1.7.0-3_i386.deb but ./configure stil says error: libnfc >= 1.7.0 is mandatory. Please help

smortex commented 6 years ago

Instructions are now up-to-date. Closing.

JSterling8 commented 11 months ago

I'm doing the same, I've already instaled libnfc-bin_1.7.0-3_i386.deb but ./configure stil says error: libnfc >= 1.7.0 is mandatory. Please help

sudo apt-get install libnfc-dev