From afbbd461855e8a42675daed387b2a2c26dc39551 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Sun, 1 Mar 2015 01:03:08 +0300 Subject: [PATCH] updated readme with build instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 630b786..8517d94 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,16 @@ A Qt RepRap gcode sender/host controller Right now the project is in early stage, use only for development testing! + +## Building on Ubuntu 14.04.2 + +``` +sudo apt-get install libqt5serialport5-dev git build-essential + +git clone https://github.com/NeoTheFox/RepRaptor && cd RepRaptor + +qmake RepRaptor.pro + +make +``` +