This commit is contained in:
Chunting Gu
2020-12-07 14:16:36 +08:00
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
# Webcc 编译指南
**TOC**
* [概览](#概览)
* [编译依赖](#编译依赖)
* [编译选项](#编译选项)
@@ -102,7 +100,7 @@ $ sudo apt install zlib1g-dev
从 Boost 官网下载 [源码包](https://www.boost.org/users/download/#live),解压并进入根目录:
```
$ tar -xzf boost_1_74_0.tar.bz2
$ tar xzf boost_1_74_0.tar.gz
$ cd boost_1_74_0
```
+1 -1
View File
@@ -25,7 +25,7 @@ Download the `.tar.bz2` or `.tar.gz` from [here](https://www.boost.org/users/dow
Unpack and go into the directory (suppose Boost version is 1.74):
```
tar -xzf boost_1_74_0.tar.bz2
tar -xzf boost_1_74_0.tar.gz
cd boost_1_74_0
```