openSUSE Dependencies #709
Espionage724
started this conversation in
Show and tell
Replies: 1 comment
-
Also
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently got ALVR up and running on openSUSE Tumbleweed, and figure someone may find the list of dependencies useful.
Here's what I have after some trial-and-error (some may be unnecessary):
That will get ALVR (813b8b7) compiled on openSUSE Tumbleweed with
cargo xtask build-server --release --bundle-ffmpeg
.According to one of the ALVR logs, a Chromium install is checked for and an error is presented in the log when one isn't found (
alvr/server/src/lib.rs:180
), but it doesn't seem required for general functionality (settings can be adjusted from http://localhost:8082/ with Firefox)HEVC didn't originally work for me (RX 580), but #706 mentioned needing
valgrind
, which seems to have also fixed it in my case.Beta Was this translation helpful? Give feedback.
All reactions