Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.09 KB

README.zh_CN.md

File metadata and controls

53 lines (34 loc) · 1.09 KB

dtkbluetooth

开发工具包: Bluetooth模块,使用Qt对BlueZ DBus API进行封装。

英文文档

依赖

运行时依赖

BlueZ >= 5.50.33

编译依赖

  • Qt >= 5.11
  • libdtkcore-dev >= 5.6.2 (or build from github source code),
  • CMake >= 3.13
  • qttools5-dev-tools,
  • doxygen,
  • qtconnectivity5-dev

编译安装

从源码编译

git clone https://github.com/linuxdeepin/dtkbluetooth.git
cd dtkbluetooth
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build

安装

sudo cmake --build build --target install

获取帮助

参与其中

我们鼓励您报告问题并贡献更改

开源许可

本项目采用LGPL-3.0-or-later授权。