From c24c1ec5ffdfc8c06f21679171ba979f636b67a2 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 29 Dec 2022 04:40:25 +0300 Subject: [PATCH] added debian and ubuntu links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 17dfe29..219ada0 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ If you're going to live-stream from your backyard webcam and need to control it, ## Building You need to download the µStreamer onto your system and build it from the sources. -AUR has a package for Arch Linux: https://aur.archlinux.org/packages/ustreamer. - -Fedora package in the repo: https://src.fedoraproject.org/rpms/ustreamer. - -FreeBSD port: https://www.freshports.org/multimedia/ustreamer. +* AUR has a package for Arch Linux: https://aur.archlinux.org/packages/ustreamer. +* Fedora: https://src.fedoraproject.org/rpms/ustreamer. +* Ubuntu: https://packages.ubuntu.com/jammy/ustreamer. +* Debian: https://packages.debian.org/sid/ustreamer +* FreeBSD port: https://www.freshports.org/multimedia/ustreamer. ### Preconditions You'll need ```make```, ```gcc```, ```libevent``` with ```pthreads``` support, ```libjpeg9```/```libjpeg-turbo``` and ```libbsd``` (only for Linux).