aboutsummaryrefslogtreecommitdiff
path: root/doc/getting-started/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/getting-started/installation.md')
-rw-r--r--doc/getting-started/installation.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/getting-started/installation.md b/doc/getting-started/installation.md
index 7496b16..ee59ee7 100644
--- a/doc/getting-started/installation.md
+++ b/doc/getting-started/installation.md
@@ -13,6 +13,20 @@ makepkg -si
## From source
+Requirements:
+
+- rustup
+- esbuild
+- nasm
+- meson
+- ninja
+- cmake
+- dav1d
+- ffmpeg (only if you use transcoding)
+
+Jellything was only tested on `x86_64-unknown-linux-gnu` and
+`aarch64-unknown-linux-gnu`. Others _might_ work.
+
```sh
git clone --recursive https://codeberg.org/metamuffin/jellything.git
cd jellything
@@ -21,4 +35,4 @@ cargo build --release
cp target/release/{jellything,jellytool} /usr/local/bin
# User installation
cp target/release/{jellything,jellytool} ~/.local/bin
-``` \ No newline at end of file
+```