Skip to content

elementary/bluetooth-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bluetooth Daemon

Translation status

Send and receive files via Bluetooth

Building and Installation

You'll need the following dependencies:

libgranite-dev >= 6.0.0
libgtk3-dev
meson
valac

Run meson to configure the build environment and then ninja to build

meson setup build --prefix=/usr
cd build
ninja

To install, use ninja install

ninja install