From 5caf1db1fa11e472fe70bb7baf051d77833f7bb7 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Wed, 11 Mar 2015 03:04:24 +0300 Subject: [PATCH] Added some missing packages to instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a6416c..7773cb7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ sudo apt-get install repraptor ## Building on Ubuntu 14.04 ``` -sudo apt-get install libqt5serialport5-dev git build-essential +sudo apt-get install qt5-default libqt5serialport libqt5serialport5-dev git build-essential git clone https://github.com/NeoTheFox/RepRaptor && cd RepRaptor