This script is used to import the needed libraries for a given repository. The needed libraries are specified in a needed_libs.txt file located in the destination repository.
- Ensure you have
bashinstalled on your system. - Ensure the destination repository contains a
needed_libs.txtfile listing the required libraries.
-
Open a terminal.
-
Navigate to the directory containing this repository.
-
Run the script with the name of the destination repository as an argument:
MainService/run_import.sh <destination repository>
Note: The script will install the required libraries in the destination repository. Ensure the script has the necessary permissions to install the libraries. You can do it by running the following command:
chmod +x MainService/run_import.sh.