diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-04 09:12:03 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-04 09:12:03 +0200 |
commit | e6f7c3ed02c4532cb17092e2b52f41dcf82fe927 (patch) | |
tree | 9c0b2979100e55fb88736ce0f1ff452de02a6abd /README | |
parent | 54b781444a43317b886c3679cb4463937ebaf611 (diff) | |
download | obexd-e6f7c3ed02c4532cb17092e2b52f41dcf82fe927.tar.gz |
Update README and default configure options
Diffstat (limited to 'README')
-rw-r--r-- | README | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -0,0 +1,34 @@ +OBEX Server and Client +********************** + +Copyright (C) 2007-2008 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 \ + --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 |