5 - sudo apt-get update -qq
6 - sudo apt-get install -qq libfuse-dev libglib2.0-dev cmake git libc6-dev binutils valac libgee-dev
7 - valac --pkg gee-0.8 --pkg posix --pkg glib-2.0 --pkg gio-2.0 ./LibcWrapGenerator/LibcWrapGenerator.vala
8 - sudo ./LibcWrapGenerator --target 2.7 --libdir /lib --output libcwrap.h
11 script: cmake . && make