ipodio icon indicating copy to clipboard operation
ipodio copied to clipboard

Mac OS X install

Open lozhn opened this issue 10 years ago • 2 comments

How can I install that on Yosemite? Brew doesn't know both python-gpod and libgpod. It sounds strange I need it but I really want to create a daemon for mac os x

lozhn avatar Nov 22 '14 06:11 lozhn

Hi,

There is probably no pre-compiled package of libgpod for Mac. You could compile the library on your machine from libgpod source and install it in your system so gpod becomes importable using ./configure && make && make install procedure and resolving missing dependencies by hand.

It would be a good thing that the library got bundled as a python c extension instead of having to depend on system-wide packages.

I'm sorry I cannot help you more. Sorry for taking me a month to answer you.

jvrsantacruz avatar Dec 26 '14 16:12 jvrsantacruz

Thank you!

I'll try and give you back

lozhn avatar Dec 27 '14 14:12 lozhn