File: README.macosx

package info (click to toggle)
alliance 5.1.1-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 57,892 kB
  • sloc: ansic: 352,296; vhdl: 34,227; yacc: 25,787; cpp: 10,488; makefile: 7,925; sh: 6,042; lex: 3,543
file content (30 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Alliance VLSI CAD System
# Copyright (C) 1990, 2002 ASIM/LIP6/UPMC
#
# Home page          : http://asim.lip6.fr/alliance/
# E-mail             : mailto:alliance-users@asim.lip6.fr
# ftp site           : ftp://asim.lip6.fr/pub/alliance/
#
# NOTE: You can find the latest revision of this document at:
# http://asim.lip6.fr/pub/alliance/latest-checkout/alliance/src
#

This file discuss about installation of Alliance on Mac OS X machines.

2006/05/04 : Alliance is not compatible with the default installed bison (with XCode).
             Install bison (2.0) using fink.

2005/05/11 : Alliance successfully built on Mac OS X.4 (Tiger)
             with both gcc-3.3 and gcc-4.0.

===================================================================

Alliance has been succesfully build on Mac OS X.2 (Jaguar) and Mac OS X.3 (Panther)
This is what is needed to build ALLIANCE:
   * get the developer tools.
     ( install XCode, this will install gcc 3.3)
   * get Apple's X11, install X11 SDK from XCode CD.
   * install the openmotif3 package using fink.
     (http://fink.sourceforge.net)

Then follow the same instructions as for any Unix workstation.