Skip to content

Commit

Permalink
Installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
spth committed Nov 3, 2021
1 parent d304b0e commit 6d91dbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1) Ensure the necessary dependencies are installed, in particular pkg-config and libusb:
E.g. on Debian or Ubuntu (as root or via sudo): apt-get install pkg-config libusb-1.0-0-dev

2) Build it:
make

3) Install it:
(as root or sudo): make install

0 comments on commit 6d91dbd

Please sign in to comment.