Shared library to preform API calls and coordinate BESI-C device configuration
To install from source
sudo make install
To test install install into a temporary directory
make DESTDIR=tmp prefix=/usr install
Install build dependencies
sudo apt-get -y install devscripts debhelper gcc libcurl4-openssl-dev cython3
Then build packages
debuild -uc -us