Bureaucrats, cc_docs_admin, cc_staff
2,919
edits
(→Prerequisites: omit shell code from translation) |
|||
Line 35: | Line 35: | ||
You can launch a new cloud virtual machine (VM) as described in the [[Cloud Quick Start|Cloud Quick Start Guide]]. Once you log into the VM, you'll need to install some additional packages to be able to compile ParaView or VisIt. For example, on a CentOS VM you can type: | You can launch a new cloud virtual machine (VM) as described in the [[Cloud Quick Start|Cloud Quick Start Guide]]. Once you log into the VM, you'll need to install some additional packages to be able to compile ParaView or VisIt. For example, on a CentOS VM you can type: | ||
</translate> | |||
sudo yum install xauth wget gcc gcc-c++ ncurses-devel python-devel libxcb-devel | sudo yum install xauth wget gcc gcc-c++ ncurses-devel python-devel libxcb-devel | ||
sudo yum install patch imake libxml2-python mesa-libGL mesa-libGL-devel | sudo yum install patch imake libxml2-python mesa-libGL mesa-libGL-devel | ||
sudo yum install mesa-libGLU mesa-libGLU-devel bzip2 bzip2-libs libXt-devel zlib-devel flex byacc | sudo yum install mesa-libGLU mesa-libGLU-devel bzip2 bzip2-libs libXt-devel zlib-devel flex byacc | ||
sudo ln -s /usr/include/GL/glx.h /usr/local/include/GL/glx.h | sudo ln -s /usr/include/GL/glx.h /usr/local/include/GL/glx.h | ||
<translate> | |||
If you have your own private-public SSH key pair (as opposed to the cloud key), you may want to copy the public key to the VM to simplify logins, by issuing the following command on your laptop: | If you have your own private-public SSH key pair (as opposed to the cloud key), you may want to copy the public key to the VM to simplify logins, by issuing the following command on your laptop: | ||
</translate> | |||
cat ~/.ssh/id_rsa.pub | ssh -i ~/.ssh/cloudwestkey.pem centos@vm.ip.address 'cat >>.ssh/authorized_keys' | cat ~/.ssh/id_rsa.pub | ssh -i ~/.ssh/cloudwestkey.pem centos@vm.ip.address 'cat >>.ssh/authorized_keys' | ||
<translate> | |||
=== Compiling ParaView with OSMesa === | === Compiling ParaView with OSMesa === |