Package Binaries Installer - mdibl/package_downloads GitHub Wiki

This script is called by the main install script (install_package.sh) for the install of packages we only download binaries.

What it does:

  • source the main config file to set global path
  • source the dependencies config file
  • make sure files are installed where expected - get rid of temp dir
  • Where applicable:
  a. Copy executables to /opt/software/bin
  b. Copy includes to /opt/software/include
  c. Copy libs to /opt/software/lib[64]

See: Tools We Install From Binaries