Update Build-on-Linux.md

This commit is contained in:
Chunting Gu
2020-09-27 15:38:14 +08:00
committed by GitHub
parent 165f8f5aaa
commit 384c5aebc7
+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): 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 cd boost_1_74_0
``` ```