-
Notifications
You must be signed in to change notification settings - Fork 6
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
Building on Windows #1
Comments
1 install choco:
2 install pkg-config by choco: |
Thanks for the precision @openersoft but I struggled a little bit more before I got it to work, so let me add to it if you don't mind. Please note that I already had both First I kept having the following build error: error: failed to run custom build command for `ffmpeg-sys-next v6.0.1`
Caused by:
process didn't exit successfully: `C:\Development\audioware\target\debug\build\ffmpeg-sys-next-b4e1b6120c1ca853\build-script-build` (exit code: 101)
--- stdout
Could not find ffmpeg with vcpkg: Could not find Vcpkg tree: No vcpkg installation found. Set the VCPKG_ROOT environment variable or run 'vcpkg integrate install'
... After searching about vcpkg I realized it's an alternative package manager for C++.
Well I got it installed by following this gist. Also was very surprised when I realized from the logs that it basically reinstalls everything on my machine ( But once it's done, it basically just works ™️. |
@zmwangx / @openersoft Is there a way to specify to If not, how much effort is required to retrieve an audio file _duration using simply the |
It's cross compliation support is almost not existent There's a [issue](zmwangx/metadata#1) (which is created by this package's author & is 6 years old) open for this problem, yet it doesn't seem like there is anything being done in this topic. Note to self: Remember to verify reliablity of small dependencies before using them.
pkg-config is probably not the way to go on Windows...
The text was updated successfully, but these errors were encountered: