Readme.md (430B)
1 libnfc-d 2 ======== 3 4 A d-wrapper around libnfc. 5 The c headers are automatically converted into the d-source file using the bash (and awk/sed) script `src-gen/c.d.gen` 6 7 Prerequisites 8 ------------- 9 10 The libnfc-package and headers are required prior to compiling this software 11 12 Installation 13 ------------ 14 15 ``` 16 make 17 sudo make install 18 ``` 19 20 Examples 21 -------- 22 23 See the examples directory. It can be built using: 24 25 ``` 26 make examples/main 27 ```