readme
来自「蓝牙的各种编程接口和各种按理介绍,还有一些例子和说明」· 代码 · 共 34 行
TXT
34 行
1. Compilation and Installation.In order to compile BlueZ you need following software packages: - Linux kernel 2.4.X source code - GCC compilerTo configure BlueZ run: ./configure Optional support: --enable-debug compile with debugging code --with-kernel=<path> kernel source path (default is /usr/src/linux)Configure automatically searches for all required components and packages. To compile and install run: make installTo create Bluetooth device nodes run ./create_dev2. InformationMailing 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 repositoryFor additional information about the project visit BlueZ web site: http://bluez.sf.net Maxim Krasnyansky <maxk@qualcomm.com>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?