From 7ded0f89080275d9a59e5155e1459ad7bf28509b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 25 Jan 2024 19:04:29 +0100 Subject: more doc + api --- doc/getting-started/installation.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'doc/getting-started/installation.md') 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 +``` -- cgit v1.2.3-70-g09d2