SYNOPSIS
install-simics.pl
(or) install-simics.pl [options] package1 [key1] package2 [key2] ...
(or) install-simics.pl [options] package_keyfile
- packageN
Filename (*.tar.gz.aes) of a package to install. - keyN
Key corresponding to packageN, 32 or 64 hex characters. - package_keyfile
Format: one package and corresponding key per line, separated by a space, each following the same format specified above for packageN and keyN.
DESCRIPTION
Installs and configure Simics and Simics add-on packages.
OPTIONS
- -a, --autoselect
If Simics and Simics add-on packages are installed at the same time, the script will automatically configure the new Simics installation to use these add-on packages. - -b, --batch
The script will act according to the command-line arguments without asking any questions. - -h, --help
Display this help text. - -p PATH, --prefix PATH
Specify the directory in which to install the packages (defaults to the last directory used, or/opt/simics/simics-6/
). - -s PATH, --select-in PATH
Configure automatically the Simics installation inPATH
to use the Simics add-on packages being installed. - -u PATH, --upgrade-from PATH
Re-use the configuration of an existing Simics installation located inPATH
. - -v, --version
Print the version of the script and the major version of Simics that it can be used with. - --leave-tmp-files
Do not delete the temporary files created during installation.