bluetooth - What replaced libbluetooth1-dev for C programming using BlueZ? -
i'm trying work on bluetooth project in c using bluez on linux , i'm following tutorial guidance, it's quite few years old , think library uses deprecated (libbluetooth1-dev).
here tutorial, compilation line in section requires library bluetooth believe have got performing this page of tutorial, running apt-get command on page results in error:
package bluez-utils not available, referred package. may mean package missing, has been obsoleted, or available source following packages replace it:   bluez  e: unable locate package libbluetooth1-dev e: package 'bluez-utils' has no installation candidate any appreciated.
managed sort out in case after finding another stackoverflow question - needed run apt-get install libbluetooth-dev (not libbluetooth1-dev tutorial said) , compile instructed. apt-get installed libbluetooth-dev , libbluetooth3 current version of libbluetooth.
Comments
Post a Comment