distrib 4.0

This commit is contained in:
Olivier Sirol 2000-01-28 14:50:56 +00:00
parent fc6bf4f69d
commit faa14d4f35
2 changed files with 50 additions and 26 deletions

View File

@ -5,7 +5,7 @@
# E-mail support : mailto:alliance-support@asim.lip6.fr # E-mail support : mailto:alliance-support@asim.lip6.fr
# ftp site : ftp://ftp-asim.lip6.fr/pub/alliance/ # ftp site : ftp://ftp-asim.lip6.fr/pub/alliance/
# #
# $Id: LICENCE,v 1.4 2000/01/25 15:36:03 czo Exp $ # $Id: LICENCE,v 1.5 2000/01/28 14:50:56 czo Exp $
"Alliance VLSI CAD System" is free Software. "Alliance VLSI CAD System" is free Software.
@ -18,15 +18,17 @@
75252 Paris Cedex 05, 75252 Paris Cedex 05,
France France
Alliance is available under the terms of the GNU General Public License Alliance is freely available under the terms of the GNU General
GPL (http://www.gnu.org/copyleft/gpl.html). Please read the files Public License. Please read the files COPYING-2.0 and COPYING.LIB-2.0.
COPYING-2.0 and COPYING.LIB-2.0 (More info at http://www.gnu.org/copyleft/) Alliance binaries, cells
libraries, documentation and source code are covered by GPL, exept
some Alliance's base libraries wich are LGPL.
You are welcome to use the software package even for commercial You are welcome to use the software package even for commercial designs
designs without any fee. You are just required to mention : without any fee. You are just required to mention :
"Designed with Alliance CAD system, "Designed with Alliance CAD system, Copyright (C) 1991, 2000 Université
Copyright (C) 1991, 2000 Université Pierre et Marie Curie" Pierre et Marie Curie"
--- ---

View File

@ -5,7 +5,7 @@
# E-mail support : mailto:alliance-support@asim.lip6.fr # E-mail support : mailto:alliance-support@asim.lip6.fr
# ftp site : ftp://ftp-asim.lip6.fr/pub/alliance/ # ftp site : ftp://ftp-asim.lip6.fr/pub/alliance/
# #
# $Id: README,v 1.5 2000/01/25 16:28:57 czo Exp $ # $Id: README,v 1.6 2000/01/28 14:50:56 czo Exp $
# Alliance # Alliance
@ -19,16 +19,16 @@
France France
"Alliance VLSI CAD System" is free Software. "Alliance VLSI CAD System" is free Software.
Alliance is available under the terms of the GNU General Public License Alliance is available under the terms of the GNU General Public License
GPL (http://www.gnu.org/copyleft/gpl.html). GPL (http://www.gnu.org/copyleft/gpl.html).
You are welcome to use the software package even for commercial You are welcome to use the software package even for commercial designs
designs without any fee. You are just required to mention : without any fee. You are just required to mention :
" Designed with Alliance CAD system, "Designed with Alliance CAD system, Copyright (C) 1991, 2000 Université
Copyright (C) 1991, 2000 Université Pierre et Marie Curie" Pierre et Marie Curie"
You can get Alliance via anonymous FTP from ftp.lip6.fr You can get Alliance via anonymous FTP from ftp.lip6.fr
@ -39,29 +39,43 @@ You can get Alliance via anonymous FTP from ftp.lip6.fr
# Downloading # Downloading
# =================================================================== # ===================================================================
Note that for running some precompiled Alliance binaries you will need gcc and
other gnu tools (gmake, gawk ...), X11R6.4 libraries (http://www.x.org/), Motif
1.2 libraries (You can find a free Motif clone at http://www.lesstif.org/) Rpms
for linux RedHat 6 of lesstif-0.88 are available at
ftp://ftp-asim.lip6.fr/pub/alliance/redist/
You will have to download at least two files : one for the common files Gziped tar format :
of Alliance (like cells library) and another containing binaries for -------------------
your specific platform. As for now, only Linux, SunOS, Solaris and
FreeBSD are available. A Windows 95/NT release should be out this
year.
You will have to download at least two files : one for the common files of
Alliance (like cells library) and another containing binaries for your specific
platform. Binaries for Linux, SunOS, Solaris and FreeBSD platforms are
available.
alliance-X.XX-common.tar.gz Files common to each platform *required* download alliance-X.XX-common.tar.gz Files common to each platform *required*
download alliance-X.XX-i386-linux-Y.YY.tar.gz for Linux
download alliance-X.XX-i386-freebsd-Y.YY.tar.gz for FreeBSD
download alliance-X.XX-sparc-sunos-Y.YY.tar.gz for SunOS
download alliance-X.XX-sparc-solaris-Y.YY.tar.gz for Solaris
alliance-X.XX-i386-linux-Y.YY.tar.gz Binaries Linux_elf Where X.XX is the Alliance version number (e.g.: 3.2 for Alliance 3.2)
and Y.YY is the OS version number (e.g.: 4.1.4 for SunOS 4.1.4)
alliance-X.XX-sparc-sunos-Y.YY.tar.gz Binaries SunOS Linux Rpm :
-----------
alliance-X.XX-sparc-solaris-Y.YY.tar.gz Binaries Solaris Available for Linux RedHat 6 (the common package is included)
download alliance-X.XX-i386-asimYY.rpm
where X.XX is the Alliance version number (e.g.: 3.2 for Alliance 3.2)
and Y.YY is the OS version number (e.g.: 4.1.4 for SunOS 4.1.4)
# Installation : # Installation :
# =================================================================== # ===================================================================
Gziped tar format :
-------------------
You *don't* need to be root to install Alliance in a directory you *own* You *don't* need to be root to install Alliance in a directory you *own*
In the example above I assume you have logged as root In the example above I assume you have logged as root
@ -93,6 +107,14 @@ gawk, ...) are missing, you will have to install them.
If you install Alliance on different platforms you'll If you install Alliance on different platforms you'll
need to run the 'configure' script on each of them. need to run the 'configure' script on each of them.
Linux Rpm :
-----------
Note that the Linux RedHat 6 rpm installs Alliance in "/usr/local/alliance"
> rpm -Uvh alliance-X.XX-i386-asimYY.rpm
# Usage : # Usage :
# =================================================================== # ===================================================================