From fc1e1dd979ab1cffe35506a6d43858dd636f47aa Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Wed, 8 Jan 2025 19:56:19 -0600 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e065b16..4abe1c9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # ffmpeg-av1-builder ## General -This repository is a simple collection of bash scripts. Scripts have only been tested using Debian/Ubuntu/Arch. If not using apt/pacman, your dependencies will need to be manually installed. With the scripts, you can: +This repository is a simple collection of bash scripts. Scripts have been tested on: +- Ubuntu/Debian/Arch x86_64 +- Ubuntu aarch64 +- Windows using WSL Ubuntu/Debian +- MacOS 15 on Mac Mini M4 + +If you are not on any of these platforms, you will need to setup dependencies yourself. +With the scripts, you can: 1. Install required dependencies using `./scripts/install_deps.sh` 2. Build and install ffmpeg from source using `./scripts/build.sh`