-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
I tried to install nfc-iclass, but the steps provided at the project-page, do not work all.
git submodule update --init
autoreconf -vis
... do terminate without any message.
rm -rf build && mkdir build
cd build
No subfolder build was created.
At the installation steps provided at the project-page, I do not see any reference to nfc-iclass. Its also not explained from which folder the installation should be started. ~/libnfc? How could that work at all?
I tried
sudo apt install nfc-iclass
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package nfc-iclass
Also with no result at all.
Google was not very helpful. I couldn't find any solution on that.
Any help appreciated!
Thanks in advance!