🧠

Res SU (1):SU安装

0. 官方文档

1. 下载

notion image
我这里的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 ./
notion image

4. 添加环境变量

打开/root/.bashrc 
vim /root/.bashrc
末行添加,特别注意最后.
# set the CWPROOT variable export CWPROOT=/opt/cwp # set the PATH variable export PATH=$PATH:$CWPROOT/bin:.
notion image

环境变量生效

source ~/.bashrc

5. 测试环境是否成功

echo $CWPROOT/
notion image

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
notion image
我这里是在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 &
notion image

测试

suplane | suxwigb # 或者 suplane | suxwigb &
notion image
suplane | suximage
notion image
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 -