From 3c556e326539e712d654aeec2203eed0e936b236 Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Fri, 12 Feb 2021 07:32:14 +0000 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index f08cbdf..bf21e6f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,6 +9,9 @@ sudo apt-get install qt5-default sudo apt-get install libqt5core5a sudo apt-get install qtbase5-dev sudo apt-get install libqt5serialport5 libqt5serialport5-dev +sudo apt-get install libqt5multimedia5 +sudo apt-get install libqt5multimedia5-plugins +sudo apt-get install qtmultimedia5-dev sudo apt-get install git ~~~ Now you need to install qcustomplot. There are two versions that are commonly found in linux distros: 1.3 and 2.0. Either will work fine. If you are not sure which version your linux install comes with, simply run both commands. One will work and the other will fail, and that's fine!