summaryrefslogtreecommitdiff
path: root/README
blob: f061b76489ac9730d9aceb5c730fb844ed609292 (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
OBEX Server and Client
**********************

Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>


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

In order to compile OBEX daemons you need following software packages:
	- GCC compiler
	- D-Bus library
	- GLib library
	- Bluetooth library

To configure run:
	./configure --prefix=/usr --libexecdir=/usr/lib/obex \
				--mandir=/usr/share/man --sysconfdir=/etc

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


Information
===========

Mailing lists:
	linux-bluetooth@vger.kernel.org

For additional information about the project visit BlueZ web site:
	http://www.bluez.org