How to install and run Oracle Solaris Studio 12.3 on Ubuntu 13.04?
By Sarah Scott •
How to install and run Oracle Solaris Studio 12.3 on Ubuntu 13.04? I followed the answer in Installing Solaris Studio 12.2 in Ubuntu but i'm not understanding how to launch the ide.
11 Answer
Here are the steps for installing Solaris Studio 12.3 on Ubuntu:
- Download Tarfile on Linux x86 (390 MB)
- Move SolarisStudio12.3-linux-x86-bin.tar.bz2 to a work/scratch
directory example
~/Install cd ~/Install; tar jxvf SolarisStudio12.3-linux-x86-bin.tar.bz2Install the 32-bit (libc6, lib32gcc1,lib32stdc++6, etc.) libraries:
sudo apt-get install ia32-libssudo mkdir /opt/oraclesudo mv ~/Install/SolarisStudio12.3-linux-x86-bin/solarisstudio12.3 /opt/oracle/.- Add the executables (
/opt/oracle/solarisstudio12.3/bin) to your path.
Hope that helps
For information and complete documentation, see the Oracle Solaris Studio 12.3 Documentation page
Source:Oracle Forums
0