Hermes - Miscellaneous HowTo
- How to install cmake 2.8 on a 32/64-bit system
add the following line
deb http://ppa.launchpad.net/ondrej-certik/ppa/ubuntu karmic main
into your /etc/apt/sources.list, and then do:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8416C38B
sudo apt-get update
sudo apt-get install cmake
it should work both on 32 bits and 64 bits.
- How to install libstdc++5
Add this to your /etc/apt/sources.list:
deb http://ubuntu.osuosl.org/ubuntu/ jaunty main restricted universe multiverse
apt-get update
apt-get install libstdc++5 libg2c0
Now you can remove that line from sources.list. Then
tar xzf Cubit_LINUX64.12.0.tar.gz
./cubit