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

add wavplay() support for Windows, minor doc tweaks #87

Merged
merged 4 commits into from
Aug 8, 2020

Conversation

mgkuhn
Copy link
Contributor

@mgkuhn mgkuhn commented Aug 1, 2020

Fixes #44.

mgkuhn added 4 commits August 1, 2020 00:26
If this package gets precompiled and cached before the user has
installed a pre-requisite shared library, then installing said library
will not fix the problem if the check for the presence happened at
compile time. Likewise, if PackageCompiler.jl is used to compile an app
on another machine, then absence of a required shared library at
compile time there cannot be rectified later by a user who downloaded
a pre-compiled app containing this package. Dropping the compile-time
check for the presence of the required shared libraries fixes this.
The exception raised by ccall() if the required library is missing is
anyway more informative than the warning messages removed here.

https://julialang.github.io/PackageCompiler.jl/dev/devdocs/relocatable_part_3/
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 66.955% when pulling 0f22f33 on mgkuhn:fixes into 9b35755 on dancasimiro:main.

@dancasimiro
Copy link
Owner

Thank you for this contribution!

@dancasimiro dancasimiro merged commit 715dfaa into dancasimiro:main Aug 8, 2020
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

Successfully merging this pull request may close these issues.

wavplay for Windows: what needs to be done?
3 participants