File: README

package info (click to toggle)
obexd 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,616 kB
  • sloc: ansic: 25,341; sh: 11,307; python: 423; makefile: 153
file content (33 lines) | stat: -rw-r--r-- 725 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
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