# cli-pair **Repository Path**: Shine6Z/cli-pair ## Basic Information - **Project Name**: cli-pair - **Description**: bluetoochctl - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-01 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cli-pair Standalone project to compile the bluetoothctl tool on Linux # Dependencies ## Ubuntu Linux * GLib * D-Bus * D-Bus GLib The following command should handle the dependencies: ``` sudo apt-get -y install dbus libdbus-1-dev libdbus-glib-1-2 libdbus-glib-1-dev sudo apt-get install libreadline-dev ``` # Compile ``` make cli-pair ```