Skip to content

bluez5 util with gio using C++, 基于gio用C++编写的bluez5工具

License

Notifications You must be signed in to change notification settings

mumumusuc/bluez5_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluez5 Util

使用gio用C++编写的bluez5工具,用于在joycon-tool项目中提供Linux平台的蓝牙操作支持。

依赖&编译

  1. Debian/Ubuntu :

    # install gio(?)
    > sudo apt-get install libglib2.0-dev
    
    # check libgio-2.0
    > pkg-config --libs gio-2.0
    
    -lgio-2.0 -lgobject-2.0 -lglib-2.0
    
  2. 使用CMake编译

    默认使用clang++9,因为flutter在编译Linux项目时使用的是clang++

    @ bluez5_util/
    > mkdir build && cd build
    > cmake ..
    > make
    

About

bluez5 util with gio using C++, 基于gio用C++编写的bluez5工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published