Update BUILDING-external-libs.md

This commit is contained in:
m2049r 2017-09-23 00:10:42 +02:00 committed by GitHub
parent 1757a1de85
commit 9efc1d513d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ ln -s ../../../../openssl/android-21/lib/libcrypto.so
## Build Boost
```
cd /opt/android
https://sourceforge.net/projects/boost/files/boost/1.64.0/boost_1_64_0.tar.gz/download -O boost_1_64_0.tar.gz
wget https://sourceforge.net/projects/boost/files/boost/1.64.0/boost_1_64_0.tar.gz/download -O boost_1_64_0.tar.gz
tar xfz boost_1_64_0.tar.gz
(cd boost_1_64_0; ./bootstrap.sh)
```