Updated README.md

This commit is contained in:
NeoTheFox 2015-03-02 01:13:01 +03:00
parent f75826b2bc
commit ded139334d
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ qmake RepRaptor.pro
make
```
## Links
- [Binary release downloads](https://github.com/NeoTheFox/RepRaptor/releases)
- [RepRap wiki](http://reprap.org/wiki/RepRaptor)
- [Windows dev builds](http://reprap.org/wiki/File:RepRaptor-000-windows.zip)

View File

@ -10,6 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = RepRaptor
TEMPLATE = app
CONFIG += static
SOURCES += main.cpp\