@@ -15,7 +15,7 @@ I18N: [English](README_EN.md) | [简体中文](README.md) | [日本語](README_J
15
15
16
16
ArmSoM-Sige 系列:软路由、单板计算机、小型服务器与智能家居的全能之选。
17
17
18
- [ 商品介绍页面 - ArmSom 品牌店 ] ( https://shop518100695.taobao.com/ )
18
+ [ 商品介绍页面 - ArmSom 品牌店] ( https://shop518100695.taobao.com/ )
19
19
20
20
购买链接:
21
21
@@ -29,18 +29,18 @@ ArmSoM-Sige 系列:软路由、单板计算机、小型服务器与智能家
29
29
30
30
## 编译命令
31
31
32
- 1 . 首先装好 Linux 系统,推荐 Debian 11 或 Ubuntu LTS
32
+ 1 . 首先装好 Linux 系统,推荐 Debian 或 Ubuntu LTS
33
33
34
34
2 . 安装编译依赖
35
35
36
36
``` bash
37
37
sudo apt update -y
38
38
sudo apt full-upgrade -y
39
39
sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \
40
- bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib \
40
+ bzip2 ccache clang cmake cpio curl device-tree-compiler flex gawk gettext gcc-multilib g++-multilib \
41
41
git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libfuse-dev libglib2.0-dev libgmp3-dev \
42
42
libltdl-dev libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libpython3-dev libreadline-dev \
43
- libssl-dev libtool lrzsz mkisofs msmtp ninja-build p7zip p7zip-full patch pkgconf python3 \
43
+ libssl-dev libtool llvm lrzsz mkisofs msmtp ninja-build p7zip p7zip-full patch pkgconf python3 \
44
44
python3-pyelftools python3-setuptools qemu-utils rsync scons squashfs-tools subversion swig texinfo \
45
45
uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev
46
46
```
@@ -109,7 +109,7 @@ Build dependency: OpenWrt can only be built on a case-sensitive filesystem
109
109
# 以管理员身份打开终端
110
110
PS > fsutil.exe file setCaseSensitiveInfo <your_local_lede_path> enable
111
111
# 将本项目 git clone 到开启了大小写敏感的目录 <your_local_lede_path> 中
112
- PS > git clone git@ github.com: coolsnowwolf/lede.git <your_local_lede_path>
112
+ PS > git clone https:// github.com/ coolsnowwolf/lede <your_local_lede_path>
113
113
```
114
114
115
115
> 对已经 ` git clone ` 完成的项目目录执行 ` fsutil.exe ` 命令无法生效,大小写敏感只对新增的文件变更有效。
@@ -162,7 +162,7 @@ PS > git clone
[email protected] :coolsnowwolf/lede.git <your_local_lede_path>
162
162
163
163
## 特别提示
164
164
165
- 1 . 源代码中绝不含任何后门和可以监控或者劫持你的 HTTPS 的闭源软件, SSL 安全是互联网最后的壁垒。 安全干净才是固件应该做到的;
165
+ 1 . 源代码中绝不含任何后门和可以监控或者劫持你的 HTTPS 的闭源软件, SSL 安全是互联网最后的壁垒, 安全干净才是固件应该做到的。
166
166
167
167
2 . 想学习 OpenWrt 开发,但是摸不着门道?自学没毅力?基础太差?怕太难学不会?跟着佐大学 OpenWrt 开发入门培训班助你能学有所成
168
168
报名地址:[ 点击报名] ( http://forgotfun.org/2018/04/openwrt-training-2018.html " 报名 ")
0 commit comments