Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.1 KB

import_script.md

File metadata and controls

12 lines (8 loc) · 1.1 KB

Method of constructing scripts for IMPORT command

This document describes the method of constructing scripts of download_installation_scripts.sh for IMPORT command with a concrete example.

The steps of constructing scripts for IMPORT command

The role of download_installation_scripts.sh file is to download the installation files (common_fn.sh, common_fn_envDependents.sh, download_archive.sh, download_src.sh, init_path.sh, install_archive.sh, install_src.sh, is_installed.sh and packages_cpm.txt) to the CPM_CACHE_DIR directory. The CPM_CACHE_DIR which is a environment variable is provided by cpm/exe.

  1. Copy download_installation_scripts.sh and edit for your installation library
  2. Upload the download_installation_scripts.sh file to a location where the cpm/exe can download using wget command

References