DeskNFC
From NFC Tools
Contents |
Introduction
DeskNFC is a KDE4 plasmoid which offers NFC content access.
You can see connected NFC devices, tags which are in field and tags content if available.
DeskNFC is written in C++, depends on KDE4 libs (Qt4) and use QNFCd D-Bus bindings.
This project is currently hosted in the nfc-tools incubator.
Requirements
To build DeskNFC, you need to have on your system:
* CMake (>= 2.6); * KDE4 libs (>= 4.3); * libndef (>= 1.0.1);
Required packages for Debian users: cmake qt4-qmake libqt4-dev kdelibs5-dev
Build
svn checkout http://nfc-tools.googlecode.com/svn/trunk/desknfc desknfc cd desknfc mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` && make
Installation
If it works fine, you can install it:
cd build && sudo make install
Now you can put it on your desktop from the plasmoid adding menu of KDE4. Note: NFCd is needed all along the execution of DeskNFC.
Debug
For debugging purpose, a hint:
plasmoidviewer desknfc
Note: that command always require installation successfully done before.