From a48d8b4639f36e6fc2d7e87cac92e178674caaa1 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 8 Mar 2002 21:10:06 +0000 Subject: Initial revision --- README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 00000000..6638febb --- /dev/null +++ b/README @@ -0,0 +1,33 @@ +BlueZ - Bluetooth protocol stack for Linux +Copyright (C) 2000-2001 Qualcomm Incorporated + +Written 2000,2001 by Maxim Krasnyansky + +Bluetooth Libraries + +1. Compilation and Installation. + +In order to compile Bluetooth libraries you need following software packages: + - Linux kernel 2.4.X source code + - GCC compiler + +To configure run: + ./configure + +Configure automatically searches for all required components and packages. + +To compile and install run: + make install + +2.0 Information + +Mailing lists: + bluez-users@lists.sourceforge.net - BlueZ general questions and discussions + bluez-devel@lists.sourceforge.net - BlueZ development + bluez-commit@lists.sourceforge.net - BlueZ commits to the CVS repository + bluez-announce@lists.sourceforge.net - BlueZ announcements + +For additional information about the project visit BlueZ web site: + http://bluez.sf.net + +Maxim Krasnyansky -- cgit From 6a82272dbce1c29fd3742ddd15e841933e605681 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 1 Apr 2004 23:45:02 +0000 Subject: Update the installation information --- README | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'README') diff --git a/README b/README index 6638febb..6e232e32 100644 --- a/README +++ b/README @@ -1,33 +1,32 @@ BlueZ - Bluetooth protocol stack for Linux -Copyright (C) 2000-2001 Qualcomm Incorporated -Written 2000,2001 by Maxim Krasnyansky +Copyright (C) 2000-2001 Qualcomm Incorporated +Copyright (C) 2002-2003 Maxim Krasnyansky +Copyright (C) 2002-2004 Marcel Holtmann -Bluetooth Libraries +Bluetooth libraries -1. Compilation and Installation. + +1. Compilation and installation. In order to compile Bluetooth libraries you need following software packages: - - Linux kernel 2.4.X source code - - GCC compiler + - Linux Bluetooth protocol stack (BlueZ) + - GCC compiler To configure run: - ./configure + ./configure --prefix=/usr --sysconfdir=/etc Configure automatically searches for all required components and packages. To compile and install run: - make install + make install + -2.0 Information +2. Information Mailing lists: - bluez-users@lists.sourceforge.net - BlueZ general questions and discussions - bluez-devel@lists.sourceforge.net - BlueZ development - bluez-commit@lists.sourceforge.net - BlueZ commits to the CVS repository - bluez-announce@lists.sourceforge.net - BlueZ announcements + bluez-users@lists.sourceforge.net - BlueZ general questions and discussions + bluez-devel@lists.sourceforge.net - BlueZ development For additional information about the project visit BlueZ web site: - http://bluez.sf.net - -Maxim Krasnyansky + http://www.bluez.org -- cgit From b51c6e3aa307c37a12f34e92c048dc4f1ef4e223 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 16 Jun 2004 09:34:22 +0000 Subject: Update README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 6e232e32..f4a6ae92 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Copyright (C) 2002-2004 Marcel Holtmann Bluetooth libraries -1. Compilation and installation. +1. Compilation and installation In order to compile Bluetooth libraries you need following software packages: - Linux Bluetooth protocol stack (BlueZ) @@ -25,8 +25,8 @@ To compile and install run: 2. Information Mailing lists: - bluez-users@lists.sourceforge.net - BlueZ general questions and discussions - bluez-devel@lists.sourceforge.net - BlueZ development + bluez-users@lists.sf.net - BlueZ general questions and discussions + bluez-devel@lists.sf.net - BlueZ development For additional information about the project visit BlueZ web site: http://www.bluez.org -- cgit From ed7c684d772592204d02a5d04bb1f68746cf91e2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Jul 2004 13:41:45 +0000 Subject: The library don't uses --sysconfdir --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index f4a6ae92..935dcccd 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ In order to compile Bluetooth libraries you need following software packages: - GCC compiler To configure run: - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr Configure automatically searches for all required components and packages. -- cgit From f1d23ac858b0593afe27e6b8e00a55d92804a6bb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Jan 2005 03:08:19 +0000 Subject: Update the copyright year --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 935dcccd..4acffe33 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ BlueZ - Bluetooth protocol stack for Linux Copyright (C) 2000-2001 Qualcomm Incorporated Copyright (C) 2002-2003 Maxim Krasnyansky -Copyright (C) 2002-2004 Marcel Holtmann +Copyright (C) 2002-2005 Marcel Holtmann Bluetooth libraries -- cgit From c0d524486a50e8366c12c5ebea1a4441e9db46aa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Oct 2005 19:25:42 +0000 Subject: Big cleanup of CVS relics --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 4acffe33..4a4ca420 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ BlueZ - Bluetooth protocol stack for Linux +****************************************** Copyright (C) 2000-2001 Qualcomm Incorporated Copyright (C) 2002-2003 Maxim Krasnyansky @@ -7,7 +8,8 @@ Copyright (C) 2002-2005 Marcel Holtmann Bluetooth libraries -1. Compilation and installation +Compilation and installation +============================ In order to compile Bluetooth libraries you need following software packages: - Linux Bluetooth protocol stack (BlueZ) @@ -19,10 +21,11 @@ To configure run: Configure automatically searches for all required components and packages. To compile and install run: - make install + make && make install -2. Information +Information +=========== Mailing lists: bluez-users@lists.sf.net - BlueZ general questions and discussions -- cgit From 197a2aee34d9a1643cd474f8f167552ca6395d01 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jan 2006 12:56:09 +0000 Subject: Update copyright information --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 4a4ca420..ad1b80b8 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ BlueZ - Bluetooth protocol stack for Linux Copyright (C) 2000-2001 Qualcomm Incorporated Copyright (C) 2002-2003 Maxim Krasnyansky -Copyright (C) 2002-2005 Marcel Holtmann +Copyright (C) 2002-2006 Marcel Holtmann Bluetooth libraries -- cgit From 7208028266fc19d380ac77c97c46b6f2fdc80e1d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 2 Feb 2008 03:11:09 +0000 Subject: Update copyright information --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index ad1b80b8..4b236a1b 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ BlueZ - Bluetooth protocol stack for Linux Copyright (C) 2000-2001 Qualcomm Incorporated Copyright (C) 2002-2003 Maxim Krasnyansky -Copyright (C) 2002-2006 Marcel Holtmann +Copyright (C) 2002-2008 Marcel Holtmann Bluetooth libraries -- cgit