diff --git a/bash_profile.d/boost.sh b/bash_profile.d/boost.sh new file mode 100644 index 0000000..f84ed63 --- /dev/null +++ b/bash_profile.d/boost.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +export BOOST_ROOT=$HOME/src/boost_1_77_0 +export PATH=$PATH:$BOOST_ROOT +export BOOST_BUILD_PATH=$BOOST_ROOT/tools/build/