| |
$su %启用超级用户
password: %输入超级用户的密码
#:ln -s /usr/bin/compress /bin/uncompress %建立一个命令的链接,指向/usr/bin/compress
如果/usr/bin目录下没有compress命令,同样启用超级用户,用gunzip代替,方法如下:
#:ln -s /bin/gunzip /bin/uncompress %#表示你已经启用了超级用户,如果没有,安装上面的方法启用
$:su
password:
#:ln -s /usr/bin/mozilla /usr/bin/netscape
#:su usrname
5.建立eda文件夹并要更改/home/eda的权限,如下:
$:su
password:
#:mkdir /home/eda
#:chown loongsky /home/eda %loongsky是我的用户名,根据自己的情况确定
#:chmod 777 /home/eda
#:su loongsky
这样你就拥有/home/eda分区的读写权限了。
并新建如下目录,如下:
$:cd /home/eda
$:mkdir ic610
$:mkdir /ic610/OA
$:mkdir installscape %这个目录需要用来安装installscape
或者使用其他的方法新建这几个目录,方法不限。
6.开如安装ic610
进入CDROM1,输入
$ ./SETUP.SH
终端会提示如下信息Copyright 1985-2006 by Cadence Design Systems Inc.
LICENSED SOFTWARE - REVERSE ASSEMBLY, REVERSE COMPILATION AND
REVERSE ENGINEERING PROHIBITED. The information contained in
this package is the proprietary property of Cadence Design Systems,
Inc., or its licensors, and may only be used in accordance with
the Cadence Design Systems license agreement under which this
package is provided.
Restricted Rights Notice to Government Users
Use duplication or disclosure by the Government is subject to
the restrictions as set forth in subparagraphs (c)(1)(ii) of the
Rights in Technical Data and Computer Software clause at
DFARS 252.227-7013. Unpublished - all rights reserved under the
copyright laws of the United States.
Cadence Design Systems, Inc.
555 River Oaks Parkway
San Jose, California 95134 USA
--More--
按回继续,提示
Located CDROM at /media/DATA/EDA_TOOLS/IC610_lnx86.Base/CDROM1
Specify path of install directory [OR type [RETURN] to exit]:
输入安装路径: /home/eda/ic610
接下来会检查你有没有安装InstallScape,回答 n
接下来会问你是否安装InstallScape,回答y
接下来再输入InstallScape安装径: /home/eda/installscape
弹出安装界面,选择安装程序所在目录,比如我的是/media/DATA/EDA_TOOLS/IC610_lnx86.Base/CDROM1
然后询问是否有自动安装控制文件,没有,我们选择(上面)第一项,手动安装。
9.修改license
用gedit或其他的文本编辑工具打开license,在头两行加入以下两句:
SERVER localhost ANY 5280
DAEMON cdslmd $CDS_ROOT/tools/bin/cdslmd
注意:localhost是你的机器名,如不确定可以在终端输入uname -a即可看到
$:uname -a
一般我们的主机名都是这个localhost(只要你没有修改过)
保存license为dat格式(license.dat),并把license复制到/home/eda/ic610/share/license目录下。
将/home/eda/ic610/tools/dfII/samples目录下的local文件夹拷贝至/home/eda/ic610/tools/dfII目录,并把local目录里的cdsinit文件名修改为.cdsinit。
sudo
sudo
sudo
sudo
sudo
sudo
sudo
cd
sudo
在最后面加上
#####################
Section
Option
EndSection
#######################
然后保存
12.启动license:
$:lmli
13.icfb&