Diskussion:OWFS with i2c support on Raspberry Pi (English version)

Från wiki.m.nu
Version från den 22 november 2015 kl. 21.13 av Johol545 (diskussion | bidrag) (Solution to problems with libusb.h in owfs-3.1p0)
(skillnad) ← Äldre version | Nuvarande version (skillnad) | Nyare version → (skillnad)
Hoppa till: navigering, sök

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)