I need cuda installed to build this, shouldn't this be a dependency?
It could even be a dynamic dependency if nvidia is installed, no?
Git Clone URL: | https://aur.archlinux.org/alvr-git.git (read-only, click to copy) |
---|---|
Package Base: | alvr-git |
Description: | Experimental Linux version of ALVR. Stream VR games from your PC to your headset via Wi-Fi. |
Upstream URL: | https://github.com/alvr-org/ALVR |
Keywords: | alvr games steamvr streaming vr |
Licenses: | MIT |
Conflicts: | alvr |
Provides: | alvr |
Submitter: | Kierek |
Maintainer: | m00nw4tch3r |
Last Packager: | m00nw4tch3r |
Votes: | 8 |
Popularity: | 0.46 |
First Submitted: | 2021-06-05 09:08 (UTC) |
Last Updated: | 2023-11-18 20:16 (UTC) |
I need cuda installed to build this, shouldn't this be a dependency?
It could even be a dynamic dependency if nvidia is installed, no?
@clague should be fixed now
line 37&38 need add a new line at the head of the echo body, or the "[profile.realse]" won't be a line but appended to an existed line and cause an error.
Client download: https://github.com/alvr-org/ALVR-nightly/releases
it now works for me out of the box (rtx3090)
Completely fails to start compilimng for me with my AMD GPU, without the --no-nvidia tag in the cargo prepare. Should look like this on AMD systems, three lines above the build() part:
cargo xtask prepare-deps --platform linux --no-nvidia
With this change applied, it works on AMD!
@Wupwup To my understanding the separate launcher package isn't a thing anymore, so you need to remove "-p alvr_launcher \" from the PKGBUILD.
I ran
cd src/alvr && cargo xtask prepare-deps && cd ../.. && makepkg -e
like artefact suggested after
makepkg -si
failed and I got this error message
==> Making package: alvr-git r2427.fa2bcea7-1 (Sat 01 Apr 2023 12:21:16 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
error: package ID specification
alvr_launcher
did not match any packages
==> ERROR: A failure occurred in build().
Aborting...
this is still busted. Has anybody had any luck adding cargo xtask prepare-deps
somewhere?
Pinned Comments
m00nw4tch3r commented on 2023-04-08 19:40 (UTC)
Client download: https://github.com/alvr-org/ALVR-nightly/releases