- #---------------------------------------------------------------------------------------------------------
- # bash_profile.sh - set the environment of our ULib installation
- #---------------------------------------------------------------------------------------------------------
- # TROOT - Path of this test's directory
- # IROOT - Path of this test's install directory ($FWROOT/installs or $FWROOT/installs/pertest/<test-name>)
- #---------------------------------------------------------------------------------------------------------
- # INFO:root:Running installation for ULib
- # INSTALL:
- # export TROOT=$FWROOT/ULib &&
- # export IROOT=$FWROOT/installs &&
- # . $FWROOT/toolset/setup/linux/bash_functions.sh &&
- # . $FWROOT/ULib/install.sh (cwd=$FWROOT//installs)
- #---------------------------------------------------------------------------------------------------------
- export ULIB_VERSION=1.4.2
- export ULIB_ROOT=$IROOT/ULib
- export ULIB_DOCUMENT_ROOT=${ULIB_ROOT}/ULIB_DOCUMENT_ROOT
|