Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, when we want to install dependencies, tars of all dependencies will be downloaded.
It is undesirable when one just need to install one dependency.
It is better to refine the installation process with following modifications:
1. reorganize third-party folders
all downloaded tars put in thirdparty/download
2. download only required tars during installation
remove script/download.sh
check download in thirdparty/install-dependencies.sh