environment-setup 566 B

123456789101112131415161718
  1. cat <<'EOF'
  2. _ _ _ _ _
  3. | |__ _ _(_) | __| |_ __ ___ ___ | |_
  4. | '_ \| | | | | |/ _` | '__/ _ \ / _ \| __|
  5. | |_) | |_| | | | (_| | | | (_) | (_) | |_
  6. |_.__/ \__,_|_|_|\__,_|_| \___/ \___/ \__|
  7. Making embedded Linux easy!
  8. Some tips:
  9. * PATH now contains the SDK utilities
  10. * Standard autotools variables (CC, LD, CFLAGS) are exported
  11. * To configure do "./configure $CONFIGURE_FLAGS" or use
  12. the "configure" alias
  13. * To build CMake-based projects, use the "cmake" alias
  14. EOF
  15. SDK_PATH=$(dirname $(realpath "${BASH_SOURCE[0]}"))