Affix - End User Manual: Affix (v. 3.0.0) - Open Source Bluetooth Protocol Stack for Linux | ||
---|---|---|
Prev | Chapter 2. Installing Affix | Next |
You should now have Affix Kernel package installed in your system. Installing utilities is very straightforward. Follow the steps below.
Run configuration script
./configure
You can enable additional features providing '--enable-FEATURE' parameters to configure script. It accepts the following feature options:
--enable-audio
use audio (default is "yes")--enable-sdp
use sdp (default is "yes")--enable-obex
use obex (default is "yes")--enable-pan
use pan (default is "yes")--enable-hfp
use hfp (default is "no")--enable-debug
use debug (default is "no")
Compile
make
Install
make install