2.3. Installing affix utilities

You should now have Affix Kernel package installed in your system. Installing utilities is very straightforward. Follow the steps below.

  1. 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")
  2. Compile

    make

  3. Install

    make install