A simple tool to control a cleware USB cutter.
- Add the PPA repo
sudo add-apt-repository ppa:mswarowsky/toybox
- Update package list
sudo apt-get update
- Install package
sudo apt-get install cleware-cutter-control
- Download the cleware linux libaries
- Extract the content to
libs/USBaccess
- Make sure you have the C++ boost libary installed on your system
- Clone the repo
git clone git@github.com:mswarowsky/cleware-cutter-control.git
- Install the the udev rules to have access to the device file (needs root permissions)
cp util/99-cleware.rules /etc/udev/rules.d
- Create build folder
makedir build
- Enter build folder
cd build
- Call cmake
cmake ..
- Call make
make
- The executable will be in the src folder