Skip to content

linuxdeepin/dtkbluetooth

Repository files navigation

dtkbluetooth

Development Tool Kit NetworkManger Module, Qt wrapper for BlueZ DBus API.

中文文档

Dependencies

Runtime Dependency

BlueZ >= 5.50.33

Build Dependencies

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

Build And Install

Build From Source Code

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

Install

sudo cmake --build build --target install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes:

License

Development Tool Kit is licensed under LGPL-3.0-or-later.