Skip to content

Commit a87916d

Browse files
committed
README: add llvm as build dependency
1 parent 4d0b9ca commit a87916d

File tree

3 files changed

+403
-691
lines changed

3 files changed

+403
-691
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ I18N: [English](README_EN.md) | [简体中文](README.md) | [日本語](README_J
1515

1616
ArmSoM-Sige 系列:软路由、单板计算机、小型服务器与智能家居的全能之选。
1717

18-
[商品介绍页面 - ArmSom 品牌店 ](https://shop518100695.taobao.com/)
18+
[商品介绍页面 - ArmSom 品牌店](https://shop518100695.taobao.com/)
1919

2020
购买链接:
2121

@@ -29,18 +29,18 @@ ArmSoM-Sige 系列:软路由、单板计算机、小型服务器与智能家
2929

3030
## 编译命令
3131

32-
1. 首先装好 Linux 系统,推荐 Debian 11 或 Ubuntu LTS
32+
1. 首先装好 Linux 系统,推荐 Debian 或 Ubuntu LTS
3333

3434
2. 安装编译依赖
3535

3636
```bash
3737
sudo apt update -y
3838
sudo apt full-upgrade -y
3939
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 \
4141
git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libfuse-dev libglib2.0-dev libgmp3-dev \
4242
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 \
4444
python3-pyelftools python3-setuptools qemu-utils rsync scons squashfs-tools subversion swig texinfo \
4545
uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev
4646
```
@@ -109,7 +109,7 @@ Build dependency: OpenWrt can only be built on a case-sensitive filesystem
109109
# 以管理员身份打开终端
110110
PS > fsutil.exe file setCaseSensitiveInfo <your_local_lede_path> enable
111111
# 将本项目 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>
113113
```
114114

115115
> 对已经 `git clone` 完成的项目目录执行 `fsutil.exe` 命令无法生效,大小写敏感只对新增的文件变更有效。
@@ -162,7 +162,7 @@ PS > git clone [email protected]:coolsnowwolf/lede.git <your_local_lede_path>
162162

163163
## 特别提示
164164

165-
1. 源代码中绝不含任何后门和可以监控或者劫持你的 HTTPS 的闭源软件, SSL 安全是互联网最后的壁垒安全干净才是固件应该做到的
165+
1. 源代码中绝不含任何后门和可以监控或者劫持你的 HTTPS 的闭源软件, SSL 安全是互联网最后的壁垒安全干净才是固件应该做到的
166166

167167
2. 想学习 OpenWrt 开发,但是摸不着门道?自学没毅力?基础太差?怕太难学不会?跟着佐大学 OpenWrt 开发入门培训班助你能学有所成
168168
报名地址:[点击报名](http://forgotfun.org/2018/04/openwrt-training-2018.html "报名")

0 commit comments

Comments
 (0)