File: README

package info (click to toggle)
obexd 0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,004 kB
  • ctags: 1,636
  • sloc: ansic: 14,577; sh: 10,205; python: 365; makefile: 101
file content (34 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
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
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
	- OpenOBEX 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