mirror of
https://github.com/espressif/esp-idf
synced 2025-04-01 20:30:09 -04:00
Merge branch 'doc/pr65_openocd_clone' into 'master'
Simplified "Installing OpenOCD" with git clone --recursive Github pull request #65 See merge request !213
This commit is contained in:
commit
2ab64e1ecc
@ -40,10 +40,8 @@ Installing OpenOCD
|
|||||||
The sources for the ESP32-enabled variant of OpenOCD are available from `Espressifs Github <https://github.com/espressif/openocd-esp32>`_.
|
The sources for the ESP32-enabled variant of OpenOCD are available from `Espressifs Github <https://github.com/espressif/openocd-esp32>`_.
|
||||||
To download the source, use the following commands::
|
To download the source, use the following commands::
|
||||||
|
|
||||||
git clone https://github.com/espressif/openocd-esp32.git
|
git clone --recursive https://github.com/espressif/openocd-esp32.git
|
||||||
cd openocd-esp32
|
cd openocd-esp32
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
|
|
||||||
For compilation of OpenOCD, please refer to the README, README.OSX and README.Windows file in the openocd-esp32 directory. You can skip
|
For compilation of OpenOCD, please refer to the README, README.OSX and README.Windows file in the openocd-esp32 directory. You can skip
|
||||||
the ``make install`` step if you want.
|
the ``make install`` step if you want.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user