[Magic-dev] magic7.2.68 installation on Linux 9.2

Saurabh Upadhyay srbu81 at gmail.com
Fri Mar 25 20:16:14 EST 2005


These are installation instructions, as specified at
http://vlsi.cornell.edu/magic/

 1. mkdir ~/cad-try ~/cad-try/src     # start with a fresh directory,
or existing ~cad directory
   2. gunzip magic-xxx.tar.gz     # uncompress the distribution
   3. cd ~/cad-try/src; tar xvf - < ~/magic-xxx.tar     # un'tar the files
   4. cd magic-xxx; setenv CAD_HOME ~/cad-try
   5. gmake config     # configure for your machine & OS
   6. gmake install     # compile & install in CAD_HOME

Did you set environment variable CAD_HOME?

In Linux you can do that with following command:

export CAD_HOME="<path where you want to install magic>"


More information about the magic-dev mailing list