RepRaptor/README.md
2015-03-01 14:28:29 +03:00

19 lines
406 B
Markdown

![RepRaptor logo](http://reprap.org/mediawiki/images/b/b0/RepRaptor_logo2.png)
# RepRaptor
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
```