Add CLI edit and history.
[platform/upstream/neardal.git] / README
1 Neardal Library
2 ================
3
4 Copyright (C) 2012  Intel Corporation. All rights reserved.
5
6
7
8 Provides a simple C APIs to exchange datas with our NFC daemon (Neard) present on the system.
9
10
11 Features
12 ========
13
14 Supported Backends:
15         - Neard
16
17 Supported Main Loop:
18         - Glib
19
20
21 Compiling
22 =========
23
24 ./autogen.sh
25
26 ./configure   (see ./configure --help for more information)
27
28 make
29
30
31 Testing
32 =======
33
34 Compile neardal and get Neard running. 
35 under ncl directory (ncl:Neardal Command Line) run:
36
37 ./ncl
38
39 This command line interpretor include a set of the main commands use to test neardal/Neard.
40