summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-04 09:12:03 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-04 09:12:03 +0200
commite6f7c3ed02c4532cb17092e2b52f41dcf82fe927 (patch)
tree9c0b2979100e55fb88736ce0f1ff452de02a6abd /README
parent54b781444a43317b886c3679cb4463937ebaf611 (diff)
downloadobexd-e6f7c3ed02c4532cb17092e2b52f41dcf82fe927.tar.gz
Update README and default configure options
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 34 insertions, 0 deletions
diff --git a/README b/README
index e69de29..6cedf0f 100644
--- a/README
+++ b/README
@@ -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