LibTrace

Programming - Introduction

Compiling

Every program which uses LibTrace needs to have "#include "trace.h"" and must also be compiled with the gcc command line option of "-I../path/to/includes/"

Linking

When linking you simply need to place "../path/to/libs/libtimer.a ../path/to/libs/libppm.a ../path/to/libs/libtrace.a" along with your list of objects to be linked.