Skillnad mellan versioner av "Diskussion:OWFS with i2c support on Raspberry Pi (English version)"

Från wiki.m.nu
Hoppa till: navigering, sök
(Solution to problems with libusb.h in owfs-3.1p0)
 
(Ingen skillnad)

Nuvarande version från 22 november 2015 kl. 22.13

In owfs-3.1p0, which is the latest version available at the time of writing, compilation will fail with referenses to libusb.h. This can be solved by applying the patch from https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0 before compiling:

Configure OWFS

cd owfs-3.1p0
sudo wget -O owfs_libusb.patch https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=1
sudo patch -p1 < owfs_libusb.patch
sudo ./configure

... and so on.

--Johol545 (diskussion) 22 november 2015 kl. 21.13 (CET)