Skip to content

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
Member

@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
Collaborator

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

Development

Successfully merging this pull request may close these issues.

cargo install on Ubuntu fails, sysinfo error[E0658]: arbitrary expressions in key-value attributes are unstable

3 participants