From c55c10faf03dcdb2b01d9169577b3182cb70df34 Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 15 Aug 2021 00:07:02 +0200 Subject: [PATCH] add boost.sh --- bash_profile.d/boost.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bash_profile.d/boost.sh 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/