From 3bbe1366003d539119f872d5c7abbf1be3931db6 Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 30 May 2020 17:32:00 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e3c8c2b..9e57fd0 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,13 @@ Streama Server $ sudo yunohost app upgrade --verbose example -u https://github.com/YunoHost-Apps/streama_ynh +### Avidemux compilation : + $ git clone https://github.com/mean00/avidemux2/ + $ cd avidemux2 + $ sudo apt-get install build-essential cmake \ + pkg-config yasm libsqlite3-dev libfontconfig1-dev \ + libfribidi-dev libxvdev libvdpau-dev libva-dev \ + libasound2-dev libpulse-dev libfdk-aac-dev + $ bash bootStrap.bash --deb --without-qt --with-cli +