odeint is completely header-only, no linking against pre-compiled code is required. It can be include by
#include <boost/numeric/odeint.hpp>
which includes all headers of the library. All functions and classes from odeint live in the namespace
using namespace boost::numeric::odeint;