1 Star 0 Fork 0

Jerry_Zheng / esp-idf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.bat 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
if defined MSYSTEM (
echo This .bat file is for Windows CMD.EXE shell only. When using MSYS, run:
echo ./install.sh.
goto end
)
:: Infer IDF_PATH from script location
set IDF_PATH=%~dp0
set IDF_PATH=%IDF_PATH:~0,-1%
echo Installing ESP-IDF tools
python.exe %IDF_PATH%\tools\idf_tools.py install
if %errorlevel% neq 0 goto :end
echo Setting up Python environment
python.exe %IDF_PATH%\tools\idf_tools.py install-python-env
if %errorlevel% neq 0 goto :end
echo All done! You can now run:
echo export.bat
:end
1
https://gitee.com/jerryzhengsz/esp-idf.git
git@gitee.com:jerryzhengsz/esp-idf.git
jerryzhengsz
esp-idf
esp-idf
master

搜索帮助