Merge branch 'master' of https://github.com/Microsoft/TouchDevelop
This commit is contained in:
Коммит
8742e7c8c5
|
@ -89,14 +89,11 @@ npm install
|
||||||
````
|
````
|
||||||
|
|
||||||
### Quick windows setup
|
### Quick windows setup
|
||||||
|
These steps install the tools for Windows (+ extras to handle the Arduino compilation scenarios)
|
||||||
* install [Chocolatey](https://chocolatey.org/)
|
* install [Chocolatey](https://chocolatey.org/)
|
||||||
* install nodejs, Visual Studio Code
|
* install nodejs, Visual Studio Code
|
||||||
````
|
````
|
||||||
choco nodejs.install visualstudiocode
|
choco install -y nodejs git visualstudiocode arduino python2 pip
|
||||||
````
|
|
||||||
* for Arduino dev
|
|
||||||
````
|
|
||||||
choco arduino python2 pip
|
|
||||||
````
|
````
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
Загрузка…
Ссылка в новой задаче