1 Star 0 Fork 7

honglei / nuclei-sdk

forked from Nuclei-Software / nuclei-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.bat 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
华仔 提交于 2022-03-08 17:06 . env: add correct qemu path in setup script
@echo off
set NUCLEI_TOOL_ROOT=D:\NucleiStudio\toolchain
REM Create your setup_config.bat
REM and define NUCLEI_TOOL_ROOT like below
REM set NUCLEI_TOOL_ROOT=D:\NucleiStudio_IDE_202201\NucleiStudio\toolchain
set SETUP_CONFIG=setup_config.bat
if exist %SETUP_CONFIG% call %SETUP_CONFIG%
echo Setup Nuclei SDK Tool Environment
echo NUCLEI_TOOL_ROOT=%NUCLEI_TOOL_ROOT%
set PATH=%NUCLEI_TOOL_ROOT%\gcc\bin;%NUCLEI_TOOL_ROOT%\openocd\bin;%NUCLEI_TOOL_ROOT%\build-tools\bin;%NUCLEI_TOOL_ROOT%\qemu\bin;%PATH%
@echo on
C
1
https://gitee.com/leilei_39/nuclei-sdk.git
git@gitee.com:leilei_39/nuclei-sdk.git
leilei_39
nuclei-sdk
nuclei-sdk
master

搜索帮助