Skip to content

Commit

Permalink
Merge PR matrix-io#30 (show which packages to install on debian and b…
Browse files Browse the repository at this point in the history
…uild)
  • Loading branch information
DanielO committed Oct 5, 2022
2 parents 8b72796 + 63b137d commit c5454a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ To compile, you need CMAKE, the static libftdi library and usb.h.

$ mkdir build; cd build; cmake ..; make

On debian, you can use:
$ sudo apt install libftdi1 libftdi-dev; mkdir build; cd build; cmake .. -DUSE_WIRINGPI=0; make

To crosscompile for Win32 with mingw:

$ mkdir build-win32; cd build-win32;
Expand Down

0 comments on commit c5454a2

Please sign in to comment.