obexd-test package is needed for testing
[profile/ivi/obexd.git] / README
1 OBEX Server and Client
2 **********************
3
4 Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
5
6
7 Compilation and installation
8 ============================
9
10 In order to compile OBEX daemons you need following software packages:
11         - GCC compiler
12         - D-Bus library
13         - GLib library
14         - Bluetooth library
15
16 To configure run:
17         ./configure --prefix=/usr --libexecdir=/usr/lib/obex \
18                                 --mandir=/usr/share/man --sysconfdir=/etc
19
20 Configure automatically searches for all required components and packages.
21
22 To compile and install run:
23         make && make install
24
25
26 Information
27 ===========
28
29 Mailing lists:
30         linux-bluetooth@vger.kernel.org
31
32 For additional information about the project visit BlueZ web site:
33         http://www.bluez.org