From 8373903438013554ab8f3309d73d3da3956a25b9 Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Sat, 28 Mar 2020 00:55:20 +0000 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 95ce290..2d666de 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ sudo apt-get install libqt5serialport5 libqt5serialport5-dev sudo apt-get install git # for older linux versions (Linux Mint 19.x, Ubuntu 18.04): sudo apt-get install libqcustomplot1.3 libqcustomplot-doc libqcustomplot-dev -# for newer linux versions (Ubuntu 19, Rasbian V?): +# for newer linux versions (Ubuntu 19, Rasbian V?, Debian 10): sudo apt-get install libqcustomplot2 libqcustomplot-doc libqcustomplot-dev ~~~ optional for those that want to work on the code using the QT Creator IDE: