From dd845aa1550155629ea2dfb7b321f53f1a5f0e35 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 11 Oct 2020 00:41:49 +0200 Subject: [PATCH] Update install instructions --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1222f91..2367b79 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,17 @@ Features: ## Installation on Debian/Ubuntu -You need at least libsrt 1.4.1. On Ubuntu 20.04 or Debian Buster, you may manually install [libsrt-openssl-dev](http://ftp.fr.debian.org/debian/pool/main/s/srt/libsrt1-openssl_1.4.1-5+b1_amd64.deb) then [libsrt-openssl-dev](http://ftp.fr.debian.org/debian/pool/main/s/srt/libsrt-openssl-dev_1.4.1-5+b1_amd64.deb). -You may clone this repository, then `go run main.go` for debugging, or `go get gitlab.crans.org/nounous/ghostream`. +On Ubuntu 20.10+ or Debian 11+, you can install directly ghostream, + +```bash +sudo apt install git golang ffmpeg libsrt1-openssl +go get gitlab.crans.org/nounous/ghostream +``` + +On Ubuntu 20.04 or Debian Buster, you may manually install libsrt 1.4.1: install [libsrt-openssl-dev](http://ftp.fr.debian.org/debian/pool/main/s/srt/libsrt1-openssl_1.4.1-5+b1_amd64.deb) then [libsrt-openssl-dev](http://ftp.fr.debian.org/debian/pool/main/s/srt/libsrt-openssl-dev_1.4.1-5+b1_amd64.deb). + +For development, you may clone this repository, then `go run main.go`. ## Installation with Docker