1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

Update installing.rst (#6625)

Add uninstalling of previous core versions into prerequisites for latest git instructions
Added prior step for uninstalling to Other OS
This commit is contained in:
Develo 2019-10-10 13:30:01 -03:00 committed by GitHub
parent 8e0aac92c0
commit 52bc1df424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,10 +47,13 @@ Prerequisites
- Python 3.x (https://python.org) - Python 3.x (https://python.org)
- terminal, console, or command prompt (depending on your OS) - terminal, console, or command prompt (depending on your OS)
- Internet connection - Internet connection
- Uninstalling any core version installed via Board Manager
Instructions - Windows 10 Instructions - Windows 10
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
- First, make sure you don't already have the ESP8266 library installed using the Board Manager (see above) - First, make sure you don't already have an ESP8266 core version installed
using the Board Manager (see above). If you do, uninstall it from the
Board Manager before proceeding.
- Install git for Windows (if not already; see https://git-scm.com/download/win) - Install git for Windows (if not already; see https://git-scm.com/download/win)
@ -131,9 +134,14 @@ Note that you could, in theory install in ``C:\Program Files (x86)\Arduino\hardw
Instructions - Other OS Instructions - Other OS
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
- First, make sure you don't already have an ESP8266 core version installed
using the Board Manager (see above). If you do, uninstall it from the
Board Manager before proceeding.
- Open the console and go to Arduino directory. This can be either your - Open the console and go to Arduino directory. This can be either your
*sketchbook* directory (usually ``<Documents>/Arduino``), or the *sketchbook* directory (usually ``<Documents>/Arduino``), or the
directory of Arduino application itself, the choice is up to you. directory of Arduino application itself, the choice is up to you.
- Clone this repository into hardware/esp8266com/esp8266 directory. - Clone this repository into hardware/esp8266com/esp8266 directory.
Alternatively, clone it elsewhere and create a symlink, if your OS Alternatively, clone it elsewhere and create a symlink, if your OS
supports them. supports them.