Skip to content

Commit c5454a2

Browse files
committed
Merge PR matrix-io#30 (show which packages to install on debian and build)
2 parents 8b72796 + 63b137d commit c5454a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ To compile, you need CMAKE, the static libftdi library and usb.h.
3535

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

38+
On debian, you can use:
39+
$ sudo apt install libftdi1 libftdi-dev; mkdir build; cd build; cmake .. -DUSE_WIRINGPI=0; make
40+
3841
To crosscompile for Win32 with mingw:
3942

4043
$ mkdir build-win32; cd build-win32;

0 commit comments

Comments
 (0)