Functracer installation instructions
====================================

1. Compiling from sources
-------------------------

1.1 Dependencies
----------------

The libunwind package has to be installed prior to Functracer. To install
libunwind for ARM/x86:

# apt-get install libunwind7-dev

1.2 Compiling Functracer
--------------------------

To compile Functracer, run "./configure && make".

1.3 Debugging
-------------

The --enable-debug option compiles functracer with debugging options. It is
not enabled by default for better performance. To enable it, compile functracer
with:

$ ./configure --enable-debug && make

NOTE: if functracer is not compiled using --enable-debug, the -d option does
not have any effect!
