Browse Source

add boost.sh

master
heck 4 years ago
parent
commit
c55c10faf0
  1. 5
      bash_profile.d/boost.sh

5
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/
Loading…
Cancel
Save