Skip to content

Commit

Permalink
Added program_options to boost library build
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-verchikov committed Oct 18, 2013
1 parent 95ed0b7 commit 0c74dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.DEBIAN
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function install_boost() {
tar --bzip2 -xf ${BOOST_OUTPUT}
pushd ${BOOST}
./bootstrap.sh
sudo ./b2 --with-system --with-iostreams --with-graph --with-filesystem --prefix=/usr install
sudo ./b2 --with-program_options --with-system --with-iostreams --with-graph --with-filesystem --prefix=/usr install
popd
}

Expand Down

0 comments on commit 0c74dcf

Please sign in to comment.