0. 官方文档1. 下载2. 创建安装文件目录/opt/cwp3. 进入下载目录,解压文件到安装路径/opt/cwp4. 添加环境变量环境变量生效5. 测试环境是否成功6. 安装前更新数据库7. 编译安装8. 检查安装是否成功测试
0. 官方文档
1. 下载
我这里的Ubuntu是20.04,Seismic Unix装的最新的这个
2. 创建安装文件目录/opt/cwp
sudo mkdir /opt/cwp
3. 进入下载目录,解压文件到安装路径/opt/cwp
root@seismic:~# cd /opt/cwp/ root@seismic:/opt/cwp# sudo tar -zxvf cwp_su_all_44R28.tgz -C ./
4. 添加环境变量
打开
/root/.bashrc
vim /root/.bashrc
末行添加,特别注意最后
.
# set the CWPROOT variable export CWPROOT=/opt/cwp # set the PATH variable export PATH=$PATH:$CWPROOT/bin:.
环境变量生效
source ~/.bashrc
5. 测试环境是否成功
echo $CWPROOT/
6. 安装前更新数据库
安装 Ubuntu 22.04 后,无论您使用什么环境,都必须安装其他软件包。
sudo apt-get install xorg sudo apt-get update sudo apt-get install xorg sudo apt-get install gcc sudo apt-get install libx11-dev sudo apt-get install libxt-dev sudo apt-get install libxext-dev sudo apt-get install make sudo apt-get install libmotif-dev sudo apt-get install libtirpc-dev
7. 编译安装
进入配置文件夹,复制与你系统相匹配的配置文件
cd $CWPROOT/src/configs
我这里是在Ubuntu中安装,执行
cp Makefile.config_Linux_Ubuntu $CWPROOT/src/Makefile.config
获取root权限,否则会因为权限不够造成安装失败,进入安装文件夹,并开始进行安装。
// run the code cd $CWPROOT/src make install make xtinstall
8. 检查安装是否成功
执行
suplane|suxwigb &
suplane|suxwigb &
测试
suplane | suxwigb # 或者 suplane | suxwigb &
suplane | suximage
suplane | supswigb | lpr # If you have Display PostScript, or a PostScript previewer, then to get a screen display, replace the lpr # command in the pipeline by the command that opens a PostScript file, for example: suplane | supswigb | ghostview - Another set of test pipelines are susynlv | supsimage | lpr susynlv | supswigb | ghostview -