bongozone / vcvrack-rtlsdr

📻 FM radio for rtl-sdr USB dongles in the VCVRack environment
https://vcvrack.com/plugins.html#SDR
GNU General Public License v2.0
21 stars 7 forks source link

Libusb is missing while trying to compile for Mac (without Homebrew) #18

Open Retroperra opened 6 years ago

Retroperra commented 6 years ago

Hi, cool thing!!

However; Libusb is missing while trying to compile for Mac

This what the compiler says. I did run git submodule update --init --recursive

Package libusb was not found in the pkg-config search path. Perhaps you should add the directory containinglibusb.pc'`

wizardishungry commented 6 years ago

Hi – I haven't come up with compilation instructions yet, but I'd like to. Assuming you're using Homebrew, I believe you'll need to brew install librtlsdr to get the prerequisites for compiling. Let me know if this helps!

I'd welcome an addition to the README with compilation instructions for your environment.

Retroperra commented 6 years ago

Hi, no , not brew, I'm using a compiled cmake and XCode. Maybe I can add it via git somehow

wizardishungry commented 6 years ago

You may be able to to build librtlsdr and do a make install with it and then have vcvrack-rtlsdr work fine, but I feel like using brew may make your life easier in general.