Build OpenCBM Ubuntu 18.04 LTS

From Jay's Cafe' Wiki

[1]https://gareth.halfacree.co.uk/2014/12/installing-the-zoomfloppy-on-linux Pre-reqs

sudo apt-get install libusb-dev build-essential linux-headers-generic git

cc65 cross compiler

cd ~
git clone https://github.com/cc65/cc65.git
cd cc65
make -j 4
sudo PREFIX=/usr make install

OpenCBM

cd ~
git clone  git://git.code.sf.net/p/opencbm/code opencbm
cd opencbm
make -f LINUX/Makefile
sudo make -f LINUX/Makefile install install-all install-plugin-xum1541
sudo ln -s /usr/local/lib/libopencbm.so.0 /usr/lib/libopencbm.so.0