|
desknfc
DeskNFC - Download, install and use
IntroductionDeskNFC is a KDE4 plasmoid which offer 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 NFCd D-Bus bindings. RequirementsTo build DeskNFC, you need to have on your system:
Required packages for Debian users: cmake qt4-qmake libqt4-dev kdelibs5-dev Buildsvn 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 ) InstallationIf 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. DebugFor debugging purpose, a hint: plasmoidviewer desknfc Note: that command always require installation successfully done before. |
► Sign in to add a comment