snep: Fix fragmented GET
[platform/upstream/neard.git] / README
1 Near Field Communication manager
2 ********************************
3
4 Copyright (C) 2011  Intel Corporation. All rights reserved.
5
6
7 Compilation and installation
8 ============================
9
10 In order to compile neard you need following software packages:
11         - GCC compiler
12         - D-Bus library
13         - GLib library
14         - Netlink (libnl) library, version 1 or 2.
15
16 To configure run:
17         ./configure --prefix=/usr
18
19 Configure automatically searches for all required components and packages.
20
21 To compile and install run:
22         make && make install
23
24 Configuration and options
25 =========================
26
27 By default all neard plugins and features are built in. They can be
28 disabled with the following configuration options:
29
30         --disable-nfctype1
31
32                 Disable support for type 1 NFC tags.
33
34         --disable-nfctype2
35
36                 Disable support for type 2 NFC tags.
37
38         --disable-nfctype3
39
40                 Disable support for type 3 NFC tags.
41
42         --disable-nfctype4
43
44                 Disable support for type 1 NFC tags.
45
46         --disable-p2p
47
48                 Disable support for peer to peer mode.
49
50 Running ./bootstrap-configure will build the configure script and then
51 run it, with maintainer mode enabled. bootstrap-configure will configure
52 neard with all features enabled.