|
|||||
|---|---|---|---|---|---|
| |||||
|
Please note that the released package also includes the correct version
of the SkyCat executable. The provided SkyCat executable will not interfere with previous installations
of the tool on your system.
gunzip -c vmmps-3.24-LinuxRedhat9.tar.gz | tar xovf -
This will create a directory called
vmmps-3.24-LinuxRedhat9.
rm vmmps-3.24-LinuxRedhat9.tar.gz
Execute the command sequence:
cd vmmps-3.24-LinuxRedhat9
./vmmps_install.sh
Follow the instructions on the screen. The installation script will first ask you where you want to install the VMMPS tool. The default directory is the one created when you unpacked the tarball, but you can specify any other directory provided you have write access to it.. The script will complain if this condition is not met.
The script will then proceed with the installation of the tool. At the end of the installation, the full path to the startup script needed to launch VMMPS (vmmps) is displayed. Depending on your preferences, you may want to create an alias to this script, or add the directory in which it is contained (i.e. <vmmps-install-directory>/bin) to your PATH variable.
Execute the command sequence:
cd vmmps-3.24-LinuxRedhat9
./vmmps_install.sh
This will unpack and build VMMPS (same instructions as above for user-only installation). You then have to make the tool accessible to all users. For example,
cd /usr/local/bin
ln -s <vmmps-install-directory>/bin/vmmps vmmps
|
|
|||
|
|
|||