mirror of https://github.com/EspoTek/Labrador.git
Update README.md
This commit is contained in:
parent
16f519d150
commit
8a05b71bb6
|
@ -24,6 +24,7 @@ All hardware files (schematics, PCB) are licenced under Creative Commons 4.0 (CC
|
|||
I use Qt Creator to build the software interface.
|
||||
https://www.qt.io/download-open-source/
|
||||
Open Desktop_Interface/Labrador.pro, then Clean All -> Run qmake -> Build All.
|
||||
|
||||
If you're on Linux (including Raspberry Pi), then you can also build the software from source by cloning the repo, cd'ing to the Desktop_Interface directory then running:
|
||||
```
|
||||
qmake
|
||||
|
@ -37,7 +38,7 @@ To build the AVR software, I use Atmel Studio 7. Just load up the .atsln and pu
|
|||
The PCB files can be edited in KiCAD 4.0.
|
||||
|
||||
# Known bugs.
|
||||
Most of the main bugs have now been fixed, including all synchronisation issues.
|
||||
Most of the main bugs from the pre-launch period have now been fixed, including synchronisation issues.
|
||||
Please open an issue if you're aware of any in particular.
|
||||
|
||||
# Collaboration
|
||||
|
@ -50,5 +51,4 @@ For code submissions, look into Pull Requests.
|
|||
If you just want to say hello and remind me that people are actually using my product (or if you just don't want to make a GitHub account), please email admin@espotek.com
|
||||
|
||||
Thanks to all.
|
||||
|
||||
~Chris
|
||||
|
|
Loading…
Reference in New Issue