forked from mohr/ArduinoIO
readme continued
This commit is contained in:
parent
e72df1c557
commit
a1d2f30e08
11
README.md
11
README.md
@ -26,8 +26,9 @@ git submodule update --init --recursively
|
||||
```
|
||||
|
||||
### Build Instructions
|
||||
Make sure to add `WINDOWS=1` when building on Windows!
|
||||
|
||||
1. Run following command to build the software
|
||||
1. Run following command to build the software.
|
||||
|
||||
```sh
|
||||
make all -j
|
||||
@ -41,7 +42,13 @@ make clean -j
|
||||
|
||||
## Instructions build with Sloeber
|
||||
|
||||
|
||||
### Prerequisite
|
||||
|
||||
1. Install [Eclipse for C/C++ developers](https://www.eclipse.org/downloads/packages/installer)
|
||||
|
||||
2. Install the Eclipse Sloeber plugin by going to Help $rarr; Eclipse Marketplace and searching for Sloeber V4
|
||||
|
||||
3. Set up the plugin for the used board and install all required libraries.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user