
1 download installation files
2 you will get the tar files:
3 First, install the installer. Un-compress the tar files by command: “tar –xvf installer_v2.8.tar.Z”. then you will get a folder “install_bin” and file “install.now” “setup.sh”.
4 change to “root” and create folder for where you want to install it. Example: create folder “tools” under “/” path.
5 go to the path “~/linux_installer” and run “setup.sh” with “root”
6 during installing, specify the source path for SCL.
7 After install, you will get a folder like “11.4(basic on your scl version)” under you installed path.
8 go to the path “~/linux_installer” and run “setup.sh” with “root” again. And specify the path “linux_version” to install Hspice
9 remember to modify the installed path again.
10 wait to install… after install, you will see below message:
11 set floating license variable “SNPSLMD_LICENSE_FILE”.
一、主要是 pyfasttext 包 无法自动安装所需的包,只能自己看报错,安装好相应的包 可能的包有: numpy cython 二、gcc编译器的问题 需要安装高版本的gcc ``` devtoolset-3对应gcc4.x.x版本 devtoolset-4对应gcc5.x.x版本 devtoolset-6对应gcc6.x.x版本 devtoolset-7对应gcc7.x.x版本 ``` 安装对应的包 ``` yum install centos-release-scl yum install devtoolset-7 ```激活 ``` scl enable devtoolset-7 bash ``` 通过gcc --version,查看是否成功欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)