This commit is contained in:
Rene Hopf
2014-10-28 16:25:42 +01:00
parent 50a5237934
commit a59341cbde

View File

@@ -26,8 +26,8 @@ stmbl
* stlink https://github.com/texane/stlink
##### Flashing
Add gcc and stlink to your $PATH
`make`
`make burn`
`make
make burn`
####Building Servoterm
##### Requirements
@@ -36,7 +36,7 @@ Add gcc and stlink to your $PATH
* wxwidgets >= 3.0
* libserialport http://sigrok.org/wiki/Libserialport
##### Compiling
`cd term/`
`mkdir build/`
`cmake ../`
`make`
`cd term/
mkdir build/
cmake ../
make`