-
Notifications
You must be signed in to change notification settings - Fork 20
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 FluidLite #74
Add FluidLite #74
Conversation
Ghabry
commented
Jun 16, 2020
•
edited
Loading
edited
- Add vcpkg (Windows)
shared/packages.sh
Outdated
ver=bce54560975bf1d69569314f46d027b06307ca1a | ||
FLUIDLITE_URL="https://github.com/divideconcept/$lib/archive/$ver.zip" | ||
FLUIDLITE_DIR="$lib-$ver" | ||
FLUIDLITE_ARGS="-DFLUIDLITE_BUILD_STATIC=ON -DFLUIDLITE_BUILD_STATIC=OFF" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on or off? :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh. I meant shared xD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surprisingly this still compiled. Likely because Generic architecture is used that had no shared library support /g/
I'm almost ready to submit it to vcpkg but first I have to upstream a buildfix because there is a hard dependency on libm. A library not existant on Windows. The lib author is usually fast with merging. |
It took around 30 minutes since your comment here 🎉. |
I have to wait for the approval of the vcpkg port. Otherwise this is ready. I havn't tested how good the SF3 support is (soundfont with OGG), at least SF2 will work. |
vcpkg merged the package 🎉 |