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 cargo install prerequisite instructions for Linux #479

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GuillaumeBailey
Copy link

Fixes: #478

- `git clone --depth 1 --recurse-submodules -j 8 https://github.com/vapoursynth/vapoursynth.git`
- `pushd vapoursynth/ && ./autogen.sh && ./configure && make -k && sudo make install; popd`
- `cargo install av1an --verbose`
- `sudo /sbin/ldconfig -v # find the new libraries`
Copy link
Collaborator

@shssoichiro shssoichiro Jan 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this last step actually needed? (I'm on Arch which just has everything available from the package manager, so I"m asking as a non-Ubuntu user.)

Also probably worth noting that cargo install will install the package to ~/.cargo/bin by default, so users may want to add that to their PATH.

@master-of-zen
Copy link
Owner

I just was trying that on ubuntu 20.04 instance and there is no libzimg-dev package

@GuillaumeBailey
Copy link
Author

GuillaumeBailey commented Jan 5, 2022 via email

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