Here is my recipe that worked with yosemite+homebrew
$ brew install libusb
$ tar xvzf owfs-3.1p1.tar.gz
$ cd owfs-3.1p1
$ ./configure --prefix $HOME/owfs-install --disable-owtcl
$ make -j4
$ make install
$ $HOME/owfs-install/bin/owserver -u -—foreground
from another terminal:
$ $HOME/owfs-install/bin/owdir
Stefano
—prefix $HOME/somedir is to have a user installation (no need for sudo)
—disable-owtcl is because owfs makefiles do not respect the —prefix for tcl
(for a lot of good reasons that is not important to discuss here…)
> On 03 Feb 2016, at 19:59, Dean Waldow <[email protected]> wrote:
>
> Thanks Jan!
>
>>> I am curious if owfs should be able to be installed on OSX? It seems
>>> that it is intended to be installed on OSX from what I have read
>>> onine perhaps with the exception of the fuse file system.
>>>
>> Besides owfs and core owlib, all programs use plain TCP sockets, so they
>> should run without problems. So writing a OWnet based client for OSX
>> isn't a problem at all.
>>
>> Regarding owlib, accessing a DS2480 or LINK based adapter through a
>> /dev/ttyXXX device node is using only terminal/serial ioctl()s which
>> should be no problem on OSX either. Is there a libusb-1.0 available for
>> OSX? In that case, DS9490 will work, too.
>
> I don’t think libusb-1.0 is standard in el capitan but I believe MacPorts has
> that in their ports. The main issue may be the location of the libs from
> MacPorts versus the where owfs expects to find them?
>
>> DS2482-x00 and DS2483 won't work as the I²C ioctl interface is sure
>> different in OSX.
>
> OK, I don’t think I have any devices based on those.
>
> I will try again in the next couple of days using the latest build and see
> how it goes.
>
> Best wishes,
>
> Dean
>
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers