bash_profile.sh 993 B

12345678910111213141516
  1. #---------------------------------------------------------------------------------------------------------
  2. # bash_profile.sh - set the environment of our ULib installation
  3. #---------------------------------------------------------------------------------------------------------
  4. # TROOT - Path of this test's directory
  5. # IROOT - Path of this test's install directory ($FWROOT/installs or $FWROOT/installs/pertest/<test-name>)
  6. #---------------------------------------------------------------------------------------------------------
  7. # INFO:root:Running installation for ULib
  8. # INSTALL:
  9. # export TROOT=$FWROOT/ULib &&
  10. # export IROOT=$FWROOT/installs &&
  11. # . $FWROOT/toolset/setup/linux/bash_functions.sh &&
  12. # . $FWROOT/ULib/install.sh (cwd=$FWROOT//installs)
  13. #---------------------------------------------------------------------------------------------------------
  14. export ULIB_VERSION=1.4.2
  15. export ULIB_ROOT=$IROOT/ULib
  16. export ULIB_DOCUMENT_ROOT=${ULIB_ROOT}/ULIB_DOCUMENT_ROOT