AdaBoost Runtime

Installation and Compile Instructions (for gcc)

1. Run "make libabr.a"
2. Copy libabr to your compiler lib directory
3. Copy header files (except the common.h!) to include directory
4. To use library you need to include abr.h in source code
5. Link static library by -labr gcc option
