From f40768def36812f662aff03fa94e45f636f9d953 Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Thu, 15 Aug 2024 19:14:13 -0700 Subject: [PATCH] Update README to add Ubuntu 24.04 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d02c69..20ff8ee 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use this you use the [accompanying iOS app](https://obs.camera/) to begin str ## Downloads -### Ubuntu 22.04 (and possibly other distros), 20.04, and 18.04 +### Ubuntu 24.04 (and possibly other distros), 22.04, 20.04, and 18.04 (Confirmed working on Manjaro as of 06 Oct 2022 by [@seffyroff](https://github.com/seffyroff)) Go to the [releases](https://github.com/dougg3/obs-ios-camera-source/releases) section of this repository and download the latest release. After downloading, place the zip file in your home directory and run: @@ -24,7 +24,7 @@ You must have the `unzip` package installed for this to work: `sudo apt install ## Building -### Ubuntu 22.04/20.04/18.04 +### Ubuntu 24.04/22.04/20.04/18.04 - Make sure you have the universe and multiverse repositories enabled so you will have access to FFmpeg. - Install OBS Studio using the [Ubuntu instructions on the OBS wiki](https://obsproject.com/wiki/install-instructions#ubuntu-installation).