summaryrefslogtreecommitdiff
path: root/README
blob: 6e789517716086479f57c94add75eec22eca0f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Near Field Communication manager
********************************

Copyright (C) 2011  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile neard you need following software packages:
	- GCC compiler
	- D-Bus library
	- GLib library
	- Netlink (libnl) library, version 1 or 2.

To configure run:
	./configure --prefix=/usr

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install

Configuration and options
=========================

In order to actually handle NFC tags, certain configuration options
need to be enabled:

	--enable-nfctype1

		Enable support for type 1 NFC tags.

	--enable-nfctype2

		Enable support for type 2 NFC tags.

	--enable-nfctype3

		Enable support for type 3 NFC tags.

	--enable-nfctype4

		Enable support for type 1 NFC tags.

	--enable-p2p

		Enable support for peer to peer mode.

Running ./bootstrap-configure will build the configure script and then
run it with all the above options enabled. It will also enable maintainer mode.