Diskussion:OWFS with i2c support on Raspberry Pi (English version)
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)