Skip to content

mswarowsky/cleware-cutter-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cleware-cutter-control

A simple tool to control a cleware USB cutter.

Installation from deb package

  1. Add the PPA repo sudo add-apt-repository ppa:mswarowsky/toybox
  2. Update package list sudo apt-get update
  3. Install package sudo apt-get install cleware-cutter-control

Installation from source

  1. Download the cleware linux libaries
  2. Extract the content to libs/USBaccess
  3. Make sure you have the C++ boost libary installed on your system
  4. Clone the repo git clone git@github.com:mswarowsky/cleware-cutter-control.git
  5. Install the the udev rules to have access to the device file (needs root permissions) cp util/99-cleware.rules /etc/udev/rules.d
  6. Create build folder makedir build
  7. Enter build folder cd build
  8. Call cmake cmake ..
  9. Call make make
  10. The executable will be in the src folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published