Install
Install Dependancies
Arch Linux
If you haven’t done so already install the packages to build C programmes.
$ pacman -S gcc $ pacman -S make
Raspbian
Raspbian comes with everything needed to install.
Build and Install
tar xvzf librpip-x.y.z.tar.gz cd librpip-x.y.z ./configure make sudo make install
optionally build the examples.
make examples
After installing see the page on using librpip.