FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpp-netlib/install-boost.sh at master · disigma-network/cpp-netlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
disigma-network
/
cpp-netlib
Public
forked from
glynos/cpp-netlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cpp-netlib
/
install-boost.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (12 loc) · 626 Bytes
Breadcrumbs
cpp-netlib
/
install-boost.sh
Copy path
File metadata and controls
executable file
·
13 lines (12 loc) · 626 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/sh
set
-e
if
[
!
-d
"
${HOME}
/
${CC}
-boost_
${BOOST_VERSION}
/include
"
]
;
then
wget -O boost_
${BOOST_VERSION}
.tar.bz2 http://sourceforge.net/projects/boost/files/boost/
${BOOST_VER}
/boost_
${BOOST_VERSION}
.tar.bz2/download
tar jxf boost_
${BOOST_VERSION}
.tar.bz2
cd
boost_
${BOOST_VERSION}
./bootstrap.sh --with-toolset=
$TOOLSET
--prefix=
${HOME}
/
${CC}
-boost_
${BOOST_VERSION}
./b2 --stagedir=. -j4 --layout=tagged variant=debug,release link=shared threading=multi address-model=64 cxxflags=
'
-std=c++11
'
install
>
boost-build.log
2>&1
cd
..
rm -rf boost_
${BOOST_VERSION}
rm -rf boost_
${BOOST_VERSION}
.tar.bz2
fi
Back
|
FazBrowse Home
|
New Git URL