- 论坛徽章:
- 0
|
First, default opensolaris misses SUNWxwinc package. To install this package, just enter the following command:
pfexec pgk install SUNWxwinc
Second, type the following commands:
export CC=cc
export CFLAGS="-O3 -m64"
export CXX=CC
export CXXFLAGS="-O3 -m64"
export LDFLAGS="-O3 -m64"
./configure --prefix=$DIR --with-readline=yes --with-printim=yes --with-x=yes --with-netcdf=$NETCDF # where DIR is GrADS install target path
make
make install
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17556/showart_1288258.html |
|