Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 454 Bytes

INSTALL.md

File metadata and controls

26 lines (21 loc) · 454 Bytes

Build and installation instructions

Compile-time build dependencies

  • cmake (>= 3.13)
  • cmake-extras
  • glib-2.0 (>= 2.36)
  • intltool
  • systemd
  • vala (>= 0.20)
  • gcovr (>= 2.4)
  • lcov (>= 1.9)
  • gtest (>= 1.6.0)

For end-users and packagers

cd ayatana-indicator-bluetooth-X.Y.Z
mkdir build
cd build
cmake ..
make
sudo make install

The install prefix defaults to /usr, change it with -DCMAKE_INSTALL_PREFIX=/some/path