mirror of https://github.com/mindoc-org/mindoc.git
docs(musl-gcc): musl has moved to a new domain: musl.libc.org. (#845)
Co-authored-by: Guorui Lin <grlin@birentech.com>pull/847/head
parent
71d33939eb
commit
a9e6826ff9
|
@ -73,7 +73,7 @@ MinDoc 如果使用MySQL储存数据,则编码必须是`utf8mb4_general_ci`。
|
||||||
|
|
||||||
### 安装 musl-gcc
|
### 安装 musl-gcc
|
||||||
```bash
|
```bash
|
||||||
wget -c http://www.musl-libc.org/releases/musl-1.2.2.tar.gz
|
wget -c http://musl.libc.org/releases/musl-1.2.2.tar.gz
|
||||||
tar -xvf musl-1.2.2.tar.gz
|
tar -xvf musl-1.2.2.tar.gz
|
||||||
cd musl-1.2.2
|
cd musl-1.2.2
|
||||||
./configure
|
./configure
|
||||||
|
|
Loading…
Reference in New Issue