updated readme with build instructions
This commit is contained in:
parent
3c8ed66bec
commit
afbbd46185
13
README.md
13
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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user