Chinaunix

标题: Develop tools in opensolaris [打印本页]

作者: yongjunzheng    时间: 2008-10-13 15:57
标题: Develop tools in opensolaris
1. install NetBeans:
   pkg install netbeans
2. install Sun Studio Express:
   pkg install sunstudioexpress
3. install Sun HPC Tools:
   pkg install clustertools
4. add the following lines in your .bashrc:
   export PATH=.:$PATH
   # for compiler
   export PATH=/opt/SunStudioExpress/bin:$PATH
   export MANPATH=/opt/SunStudioExpress/man:$MANPATH
   # for openmpi
   export PATH=/opt/SUNWhpc/HPC7.1/bin:$PATH
   export MANPATH=/opt/SUNWhpc/HPC7.1/man:$MANPATH
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17556/showart_1290828.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2