Skip to content

Commit

Permalink
Update install_dependencies.sh
Browse files Browse the repository at this point in the history
Co-authored-by: April Shen <april.tuesday@gmail.com>
  • Loading branch information
tcezard and apriltuesday authored Oct 15, 2024
1 parent 5101796 commit 3a00849
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ then
# The next user-config.jam should fix that.
# Documentation on building iostreams: https://www.boost.org/doc/libs/1_72_0/libs/iostreams/doc/index.html
# Documentation on specifying zlib and bzip2: https://boostorg.github.io/build/manual/master/index.html#bbv2.reference.tools.libraries.zlib
# echo "
#using zlib : 1.2.11 : <include>${build_dir_abs_path}/zlib-1.2.11 <search>${build_dir_abs_path}/ ;
#using bzip2 : 1.0.6 : <include>${build_dir_abs_path}/bzip2-1.0.6 <search>${build_dir_abs_path}/ ;
#" > tools/build/src/user-config.jam
echo "
using zlib : 1.2.11 : <source>${dependencies_dir_abs_path}/zlib-1.2.11 ;
using bzip2 : 1.0.6 : <source>${dependencies_dir_abs_path}/bzip2-1.0.6 ;
Expand Down

0 comments on commit 3a00849

Please sign in to comment.