After the above activities are completed, the installation is very easy:
# pkg install solarisstudio-123
It's important to adjust the PATH and MANPATH environment variables.
At some point on .profile add the following lines:
PATH=$PATH:/opt/solarisstudio12.3/bin
export PATH
MANPATH=${MANPATH:-/usr/man}:/opt/solarisstudio12.3/man
export MANPATHAll this is very simple and we can start coding and compiling right away.
Nevertheless, I would highly recommend using a remote build host.