ubuntu 18.04 安装salome
2019-11-15 本文已影响0人
ilovlowphy
如果要做双系统可参考
https://www.cnblogs.com/linuxprobe/p/10090709.html
如果做双系统时已有win10, 由于设置了快速启动(默认)无法进入bios的, 可参考https://zhidao.baidu.com/question/2206506257736961588.html
下载salome,下载地址:https://www.salome-platform.org/downloads/current-version
选用ubuntu 18.04版本
安装OPENGL参考https://www.jianshu.com/p/f34fea694300?utm_source=oschina-app
安装libgfortran4:
sudo apt-get install libgfortran4:amd64
解压 在解压目录里运行./salome
启动salome
可查看readme及release notes
运行./sat
运行时可能会出现Command 'python' not found
错误, 血统本身已经默认安装了python3.6,需要创建一个软连接
$cd /usr/bin
$sudo ln -s python3.6 python