mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-01 04:50:58 +02:00
committed by
GitHub
parent
00214d5c2a
commit
bd54ee442b
@ -166,9 +166,7 @@ Debian/Ubuntu
|
|||||||
mkdir -p ~/Arduino/hardware/espressif && \
|
mkdir -p ~/Arduino/hardware/espressif && \
|
||||||
cd ~/Arduino/hardware/espressif && \
|
cd ~/Arduino/hardware/espressif && \
|
||||||
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
||||||
cd esp32 && \
|
cd esp32/tools && \
|
||||||
git submodule update --init --recursive && \
|
|
||||||
cd tools && \
|
|
||||||
python3 get.py
|
python3 get.py
|
||||||
|
|
||||||
- Restart Arduino IDE.
|
- Restart Arduino IDE.
|
||||||
@ -181,9 +179,7 @@ Debian/Ubuntu
|
|||||||
mkdir -p espressif && \
|
mkdir -p espressif && \
|
||||||
cd espressif && \
|
cd espressif && \
|
||||||
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
||||||
cd esp32 && \
|
cd esp32/tools && \
|
||||||
git submodule update --init --recursive && \
|
|
||||||
cd tools && \
|
|
||||||
python3 get.py
|
python3 get.py
|
||||||
|
|
||||||
Fedora
|
Fedora
|
||||||
@ -203,9 +199,7 @@ Fedora
|
|||||||
mkdir -p ~/Arduino/hardware/espressif && \
|
mkdir -p ~/Arduino/hardware/espressif && \
|
||||||
cd ~/Arduino/hardware/espressif && \
|
cd ~/Arduino/hardware/espressif && \
|
||||||
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
||||||
cd esp32 && \
|
cd esp32/tools && \
|
||||||
git submodule update --init --recursive && \
|
|
||||||
cd tools && \
|
|
||||||
python get.py
|
python get.py
|
||||||
|
|
||||||
- Restart Arduino IDE.
|
- Restart Arduino IDE.
|
||||||
@ -228,9 +222,7 @@ openSUSE
|
|||||||
mkdir -p ~/Arduino/hardware/espressif && \
|
mkdir -p ~/Arduino/hardware/espressif && \
|
||||||
cd ~/Arduino/hardware/espressif && \
|
cd ~/Arduino/hardware/espressif && \
|
||||||
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
||||||
cd esp32 && \
|
cd esp32/tools && \
|
||||||
git submodule update --init --recursive && \
|
|
||||||
cd tools && \
|
|
||||||
python get.py
|
python get.py
|
||||||
|
|
||||||
- Restart Arduino IDE.
|
- Restart Arduino IDE.
|
||||||
@ -246,10 +238,8 @@ macOS
|
|||||||
|
|
||||||
mkdir -p ~/Documents/Arduino/hardware/espressif && \
|
mkdir -p ~/Documents/Arduino/hardware/espressif && \
|
||||||
cd ~/Documents/Arduino/hardware/espressif && \
|
cd ~/Documents/Arduino/hardware/espressif && \
|
||||||
git clone https://github.com/espressif/arduino-esp32.git esp32 --depth 1 && \
|
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
||||||
cd esp32 && \
|
cd esp32/tools && \
|
||||||
git submodule update --init --recursive --depth 1 && \
|
|
||||||
cd tools && \
|
|
||||||
python get.py
|
python get.py
|
||||||
|
|
||||||
Where ``~/Documents/Arduino`` represents your sketch book location as per "Arduino" > "Preferences" > "Sketchbook location" (in the IDE once started). Adjust the command above accordingly.
|
Where ``~/Documents/Arduino`` represents your sketch book location as per "Arduino" > "Preferences" > "Sketchbook location" (in the IDE once started). Adjust the command above accordingly.
|
||||||
|
Reference in New Issue
Block a user