mfcuk icon indicating copy to clipboard operation
mfcuk copied to clipboard

LIBS = $(LIBNFC_LIBS) in Makefiles mfcuk installation

Open axiomatico opened this issue 9 years ago • 0 comments

I read in some Mfcuk installation:

autoreconf -vis
automake --add-missing
autoconf
./configure

Now open the Makefiles in /mfcuk-read-only & /mfcuk-read-only/src and search for the line LIBS = .Replace it with: LIBS = $(LIBNFC_LIBS)

Is this last step of edit Makefiles really required in new versions of mfcuk installation?

axiomatico avatar Jun 05 '16 23:06 axiomatico