Skip to content

Whale107/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.5%
  • C 6.1%
  • CMake 5.1%
  • Shell 0.3%