mirror of
https://github.com/HEYAHONG/HEnvBox.git
synced 2025-10-14 02:58:30 +08:00
添加openwrt辅助环境说明
This commit is contained in:
5
ReadMe.DevEnv.openwrt.md
Normal file
5
ReadMe.DevEnv.openwrt.md
Normal file
@@ -0,0 +1,5 @@
|
||||
当HEnvBox安装完成后,开发环境基本上就已经搭建完成。
|
||||
|
||||
但在某些环境下(如WSL中),可能仍然需要做一些操作。
|
||||
|
||||
使用`openwrt`命令可进入openwrt开发环境。
|
12
ReadMe.md
12
ReadMe.md
@@ -73,6 +73,18 @@ cutecom-ng是一个基于Qt的串口工具,可用于串口调试。
|
||||
|
||||
环境检查相关脚本,具体见[tools/EnvCheck](tools/EnvCheck).
|
||||
|
||||
# 开发环境
|
||||
|
||||
对于一般开发而言,安装好HEnvBox即可正常使用开发环境。
|
||||
|
||||
但对某些软件而言,可能需要特殊的设置。
|
||||
|
||||
## openwrt
|
||||
|
||||
辅助开发openwrt的工具。
|
||||
|
||||
具体说明见[ReadMe.DevEnv.openwrt.md](ReadMe.DevEnv.openwrt.md)
|
||||
|
||||
# 环境变量
|
||||
|
||||
本工程主要使用环境变量进行脚本操作:
|
||||
|
@@ -240,7 +240,7 @@ EOF
|
||||
export -f ShowBanner
|
||||
|
||||
#显示系统信息
|
||||
neofetch
|
||||
neofetch 2>/dev/null
|
||||
|
||||
ShowBanner
|
||||
|
||||
|
Reference in New Issue
Block a user