My favorites | Sign in
Project Home Downloads Issues Source
Search
for
desknfc  
DeskNFC - Download, install and use
Updated Sep 19, 2010 by romu...@libnfc.org

Introduction

DeskNFC 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.

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.


Sign in to add a comment
Powered by Google Project Hosting