Skip to content
Snippets Groups Projects
Commit da6a8ae6 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent e6192fc2
No related branches found
No related tags found
No related merge requests found
#TODO missing script for cargo-xtask, see: https://github.com/alvr-org/ALVR/wiki/Building-From-Source
#TODO probably missing dependencies, see: https://github.com/alvr-org/ALVR/wiki/Building-From-Source#streamer-building
[source]
git = "https://github.com/alvr-org/ALVR"
[build]
template = "custom"
dependencies = [
"openssl1",
"gtk3",
"libvulkan",
"libunwind",
"x264",
"x265",
"libxcb",
"libxkbcommon",
"libva",
"pipewire",
]
#TODO write a script for cross-compilation
# how to static link the libraries: https://github.com/jarun/nnn/wiki/Developer-guides#static-compilation
[source]
tar = "https://github.com/jarun/nnn/releases/download/v5.0/nnn-v5.0.tar.gz"
[build]
template = "custom"
dependencies = [
"ncursesw",
"readline",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment