# libipt-sys
low level bindgen bindings for the [libipt](https://github.com/intel/libipt) library.
## building
clone this repo and the submodules with
> git clone https://github.com/sum-catnip/libipt-sys.git --recursive
simply run `cargo build` and you should be fine.
If that doesn't work, make sure you got all the requirements covered.
## requirements
- a working rust toolchain
- a working c compiler that can be found by cmake
- cmake 2.8.6+