Library for Linux Inter-Process Communication (IPC): a more beautiful wrapper around posix message queue and shm, and probably simpler!
mkdir build
cd build
cmake ..
make
cmake -DCMAKE_INSTALL_PREFIX=/path/to/dir/ ..
make
make install
mkdir build
cd build
cmake -DTEST=ON ..
./tests/test_ipceng
