| |||
| Home > Installing RealView Development Suite from the command line > Installing both variants on a single platform | |||
You can install both the Windows and Red Hat Linux variants
of RVDS on a single platform, for example Red Hat Linux. To do this,
use the --var platform argument to specify the
non-native platform. For example, to install both variants on a
Red Hat Linux platform:
Install the Red Hat Linux variant:
/mnt/cdrom/setupclilinux.bin install --source /mnt/cdrom \ --target "/opt/ARM/RVDS"
Install the Windows variant:
/mnt/cdrom/setupclilinux.bin install --source /mnt/cdrom \ --target "/opt/ARM/RVDS" --var platform win_32-pentium --shared
See Variant syntax for
details on the syntax of --var.
--shared prevents non-native elements of
the installer from running. In this example, elements such as launching
the ARM License Wizard and adding items to the Windows Start menu
are not performed.