-
Notifications
You must be signed in to change notification settings - Fork 96
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
How to build it under windows please ? #108
Comments
+1 for that, I also need this under windows and it fails to compile. could someone provide instructions on how to install ffmpeg so it is seen by cargo? |
+1 some documentation for Windows platform would be useful. |
I'm getting same error on linux.
Guess I need to install Solution here: #126 |
No, you need to install pkg-config or use a nix-shell. |
Hm, if you are replying to me, I am using a unix shell, I'm on ubuntu.
I seem to have some:
I wonder if that's what I'm supposed to specify in the env variable... |
@klesun I am, and I'm talking about Nix the package manager, not nix as in UNIX. |
Hm, thanks for help, but may I clarify, to add this library cargo dependency in my project I need to somehow get use of NixOS? I believe I do have
Upd.: oh, sorry, only now realized this issue was about building the Upd.: I found out that to solve the issue of missing sudo apt-get install libavutil-dev Though then I got another missing dependency reported, this time it's Upd.: yes, it did! The list of missing dependencies you need to install to make build work: sudo apt-get install libavutil-dev
sudo apt-get install libavformat-dev
sudo apt-get install libavfilter-dev
sudo apt-get install libavdevice-dev
sudo apt-get install libclang-dev Guess I'm not the first who faced the issue of missing dev libraries in the system: #47 I wonder how should they be installed on windows... =/ |
Hello,
I need Rust-ffmpeg to build Gifski with video support in it (here https://github.com/ImageOptim/gifski ) , but rust-ffmpeg always fails to build.
cloning the rust ffmpeg repo and trying to build it, alone, and i get this
Enabling backtrace :
I'm using Rust stable-x86_64-pc-windows-msvc 1.24.0
Visual Studio 2017
win 7 x64 pro
I don't know what to do at this point, also got similar errors when trying to build rust-ffmpeg-sys alone...
So any good soul have an idea or tips about how to build this under windows please ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: