You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pEpJSONServerAdapter/server/download_boost_1_68.sh

6 lines
249 B
Bash

mkdir -p contrib ; cd contrib
wget -c https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2
mkdir -p boost
tar --strip-components=1 --wildcards -xvf boost_1_68_0.tar.bz2 \
-C ./boost boost_1_68_0/boost/{asio,process,winapi}\*