# Define paths for the origin build system. export BOOST_ROOT=$HOME/boost/trunk export ORIGIN_ROOT=$HOME/origin/trunk # Setup the compiler for the origin build. export CXX=$HOME/opt/bin/g++ export LD_LIBRARY_PATH=$HOME/opt/lib:$LD_LIBRARY_PATH