libnfc-d

libnfc bindings for DLang
git clone git://xatko.vsos.ethz.ch/libnfc-d.git
Log | Files | Refs

commit f2132a86dd5f359e41320cb977ad458a6b8c5911
parent 5bf2c990f56c1eee1871ae26188cc89570cc6dad
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Sat, 16 May 2020 15:43:10 +0200

Add a rough readme

Diffstat:
AReadme.md | 27+++++++++++++++++++++++++++
1 file changed, 27 insertions(+), 0 deletions(-)

diff --git a/Readme.md b/Readme.md @@ -0,0 +1,27 @@ +libnfc-d +======== + +A d-wrapper around libnfc. +The c headers are automatically converted into the d-source file using the bash (and awk/sed) script `src-gen/c.d.gen` + +Prerequisites +------------- + +The libnfc-package and headers are required prior to compiling this software + +Installation +------------ + +``` +make +sudo make install +``` + +Examples +-------- + +See the examples directory. It can be built using: + +``` +make examples/main +```