From c98b2f82a4e532ca61592b08e3ad60749eb9f8d7 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 8 Mar 2002 21:12:35 +0000 Subject: Initial revision --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 00000000..69bc3145 --- /dev/null +++ b/README @@ -0,0 +1,35 @@ +BlueZ - Bluetooth protocol stack for Linux +Copyright (C) 2000-2001 Qualcomm Incorporated + +Written 2000,2001 by Maxim Krasnyansky + +Bluetooth utilities + +1. Compilation and Installation. + +In order to compile Bluetooth utilies you need following software packages: + - Linux kernel 2.4.X source code + - GCC compiler + - Lexical Analyzer (flex, lex) + - YACC (yacc, bison, byacc) + +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-announce@lists.sourceforge.net - BlueZ announcements + 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 + +For additional information about the project visit BlueZ web site: + http://bluez.sf.net + +Maxim Krasnyansky -- cgit From 50e3f700e51d2fc58483882aa62671682f08c1f9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 1 Apr 2004 23:45:14 +0000 Subject: Update the installation information --- README | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'README') diff --git a/README b/README index 69bc3145..7bfa32df 100644 --- a/README +++ b/README @@ -1,35 +1,34 @@ 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 utilities -1. Compilation and Installation. -In order to compile Bluetooth utilies you need following software packages: - - Linux kernel 2.4.X source code - - GCC compiler - - Lexical Analyzer (flex, lex) - - YACC (yacc, bison, byacc) +1. Compilation and installation. + +In order to compile Bluetooth utilities you need following software packages: + - Linux Bluetooth protocol stack (BlueZ) + - GCC compiler + - Lexical Analyzer (flex, lex) + - YACC (yacc, bison, byacc) 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-announce@lists.sourceforge.net - BlueZ announcements - 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-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 a40e152629d99aa0d64bfd4da689b4d524b440ce Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 16 Jun 2004 09:34:35 +0000 Subject: Update README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 7bfa32df..fbbda530 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Copyright (C) 2002-2004 Marcel Holtmann Bluetooth utilities -1. Compilation and installation. +1. Compilation and installation In order to compile Bluetooth utilities you need following software packages: - Linux Bluetooth protocol stack (BlueZ) @@ -27,8 +27,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 053eb303cb37c762b3bf2dcedef051727a4be3ed Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Jul 2004 14:25:28 +0000 Subject: Mention the --mandir option --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index fbbda530..34355332 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ In order to compile Bluetooth utilities you need following software packages: - YACC (yacc, bison, byacc) To configure run: - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc Configure automatically searches for all required components and packages. -- cgit From 02be6993b4ae4442c320ef2fbb8080c01c887edf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 29 Jul 2004 09:47:31 +0000 Subject: The USB library is needed for hid2hci and bcm203x --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 34355332..7fc90362 100644 --- a/README +++ b/README @@ -12,6 +12,7 @@ Bluetooth utilities In order to compile Bluetooth utilities you need following software packages: - Linux Bluetooth protocol stack (BlueZ) - GCC compiler + - USB library - Lexical Analyzer (flex, lex) - YACC (yacc, bison, byacc) -- cgit From 9befc0b1ec7820535a750bcf41259efd0f6ad3b2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Jan 2005 03:12:14 +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 7fc90362..9a0dcbf2 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 utilities -- cgit From f5a214f76f2d93702b5bc3b0b168389d8f8b34f2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 21 Apr 2005 20:18:09 +0000 Subject: Set the storage directory through ${localstatedir} --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 9a0dcbf2..98ad8551 100644 --- a/README +++ b/README @@ -17,7 +17,8 @@ In order to compile Bluetooth utilities you need following software packages: - YACC (yacc, bison, byacc) To configure run: - ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc + ./configure --prefix=/usr --mandir=/usr/share/man \ + --sysconfdir=/etc --localstatedir=/var Configure automatically searches for all required components and packages. -- cgit From 632a9432774ff3a0c6e556e8f32a565b38890767 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Oct 2005 22:36:31 +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 98ad8551..0ae4eb5f 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 utilities -1. Compilation and installation +Compilation and installation +============================ In order to compile Bluetooth utilities you need following software packages: - Linux Bluetooth protocol stack (BlueZ) @@ -23,10 +25,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 f2e48c44a7e4c9ee31b8ce2e302186f6047cfeab Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jan 2006 13:28:56 +0000 Subject: Update copyright information --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 0ae4eb5f..abd8bd4e 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 utilities -- cgit From 4dbc43a23b60e0bc5ce6bfd4926c3109a2c5d723 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 17 Jun 2006 08:22:52 +0000 Subject: Mention the D-Bus requirement --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index abd8bd4e..d2ed7c3c 100644 --- a/README +++ b/README @@ -14,6 +14,7 @@ Compilation and installation In order to compile Bluetooth utilities you need following software packages: - Linux Bluetooth protocol stack (BlueZ) - GCC compiler + - D-Bus library - USB library - Lexical Analyzer (flex, lex) - YACC (yacc, bison, byacc) -- cgit From 7163f8e5b08752f27d63bd968c8653f8c743f668 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Aug 2006 11:08:49 +0000 Subject: Use ${libexecdir} for the udev script directory --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index d2ed7c3c..de93ec30 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ In order to compile Bluetooth utilities you need following software packages: To configure run: ./configure --prefix=/usr --mandir=/usr/share/man \ - --sysconfdir=/etc --localstatedir=/var + --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib Configure automatically searches for all required components and packages. -- cgit From fa6b860d5271b0517f7b4cecd7f4632d14a6db82 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Aug 2006 11:27:29 +0000 Subject: Cosmetic cleanup --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index de93ec30..f2edd03c 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ In order to compile Bluetooth utilities you need following software packages: To configure run: ./configure --prefix=/usr --mandir=/usr/share/man \ - --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib + --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib Configure automatically searches for all required components and packages. -- cgit From 607695ed109340f4b7a5628420e0a8e8aee34f4e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Jan 2007 17:48:12 +0000 Subject: Update copyright information --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index f2edd03c..effdc4a2 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-2007 Marcel Holtmann Bluetooth utilities -- cgit From e823c15e43a6f924779e466d434c51157002d9ee Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 2 Feb 2008 03:37:05 +0000 Subject: Update copyright information --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index effdc4a2..541e4eec 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-2007 Marcel Holtmann +Copyright (C) 2002-2008 Marcel Holtmann Bluetooth utilities -- cgit