aboutsummaryrefslogtreecommitdiff
path: root/doc/getting-started/installation.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-25 19:04:29 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-25 19:04:29 +0100
commit7ded0f89080275d9a59e5155e1459ad7bf28509b (patch)
tree92cc7d92e8c1635fb2f5a4f4dab64d0ab9805a15 /doc/getting-started/installation.md
parentcd6b484d24b638f08221ff1388564d8369d37126 (diff)
downloadjellything-7ded0f89080275d9a59e5155e1459ad7bf28509b.tar
jellything-7ded0f89080275d9a59e5155e1459ad7bf28509b.tar.bz2
jellything-7ded0f89080275d9a59e5155e1459ad7bf28509b.tar.zst
more doc + api
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
+```