Added the Prerequisites section to the README.

Closes #44.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2019-07-26 11:25:40 +02:00 committed by GitHub
parent e11d9e0c78
commit 0aa34b1169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ It's built on top of a [fork of the arduino-cli](https://github.com/typefox/ardu
## How to try (offline) ## How to try (offline)
### Prerequisites
You should be able to build Theia locally. The requirements are defined [here](https://github.com/theia-ide/theia/blob/master/doc/Developing.md#prerequisites).
``` ```
git clone https://github.com/bcmi-labs/arduino-editor git clone https://github.com/bcmi-labs/arduino-editor
cd arduino-editor cd arduino-editor
@ -41,4 +44,4 @@ and follow the steps from below.
![](static/download_01.gif) ![](static/download_01.gif)
![](static/download_02.gif) ![](static/download_02.gif)
Click [here](./electron/README.md) for more details on the CI/CD, the GitHub release, and the build process in general. Click [here](./electron/README.md) for more details on the CI/CD, the GitHub release, and the build process in general.