GreenDelta / olca-app

Source code of openLCA
openlca.org
Mozilla Public License 2.0
194 stars 43 forks source link

Fetch libs and JRE to runtime. #161

Closed francoislerall closed 2 years ago

francoislerall commented 2 years ago
usage: fetch_runtime.py [-h] [--os {macos-arm,macos-x64,win,linux}] [--element {libs,jre}] {fetch,clean,check}

positional arguments:
  {fetch,clean,check}

optional arguments:
  -h, --help            show this help message and exit
  --os {macos-arm,macos-x64,win,linux}, -o {macos-arm,macos-x64,win,linux}
                        Select the OS for which the script is suppose to run.
  --element {libs,jre}, -e {libs,jre}
                        Select the element to be fetched.