Skip to content
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

Static Builds for Windows, Mac, and Linux #206

Open
ndeshpande2022 opened this issue Jun 25, 2024 · 3 comments
Open

Static Builds for Windows, Mac, and Linux #206

ndeshpande2022 opened this issue Jun 25, 2024 · 3 comments

Comments

@ndeshpande2022
Copy link

Hi there,

I was wondering if there are static builds available for windows, mac, and Linux? Or is the solution to build them from source? I believe hosted static builds would really help new users.

Thanks so much -

@chrisn
Copy link
Member

chrisn commented Jun 25, 2024

Just to note that statically linked Windows binaries are available on the Releases page here.

@ndeshpande2022
Copy link
Author

Hi Chris -

I apologize, you are correct. We have binaries for Windows, and Linux. I'm having issues building a static version for Mac at the moment.

When running the Make command it fails when linking CXX executable audiowaveform -

ld: library not found for -licudata.

I'm not sure this is an audiowaveform issue, but probably something to do with Boost.

Any ideas on what I may be missing?

@chrisn
Copy link
Member

chrisn commented Jun 25, 2024

Unfortunately, I don't have access to MacOS to test this myself. It is related to Boost, and specifically the Regex library. There's a related issue #132 that might help. There's some info in #201 on how to build Boost without the ICU dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants