-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a readme that tells what packages must be installed? Can't build on windows. #41
Comments
@dizzisound might have some insights on the Windows platform. If we wanted to add general build instructions, we should include the Mac/Linux environment setup from the |
@squinkylabs Hi, I can try to recover what worked for me. After some unsatisfactory trials at linking precompiled dependencies, I chose to install and build the required dependencies from source. For what I remember (I wrote down only some quick notes), I used the following cli command sets.
Here a bunch of my sensible env vars:
That's all, then the makefile shared with Jon worked for me together with the latest Rack sourcecode. |
@dizzisound thanks for that info - I want to move towards building dependencies in the makefile on all platforms #31 |
tx for the info! |
@wizardishungry Also could this be of some interest? https://github.com/FPGAwars/libusb-cross-builder |
this got me closer:
mingw-w64-x86_64-libusb-compat-git
this was a help:
mingw-w64-x86_64-pkg-config
adding this the the makefile seemed to help, but was probably a mistake:
PKG_CONFIG_PATH ?= ./src/sdr
I now get this error:
The text was updated successfully, but these errors were encountered: