This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/cplint
2009-02-16 12:23:29 +00:00
..
doc update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
examples update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
Artistic update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
COPYRIGHT_SLG update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
cpl.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
cplint_Prob.c update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
cplint_yap.c update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
cplint.h update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
lpad.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
lpadclpbn.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
lpadsld.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
lpadvel.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
Makefile.in update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
README update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
semcpl.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
semlpad.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
semlpadsld.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
slg.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testcpl.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpad.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadclpbn.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadsld_gbfalse.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadsld_gbtrue.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadsldit.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadslditc.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadslditr.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadvel.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testsemcpl.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testsemlpad.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testsemlpadsld.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00

This directory contains the code of the LPAD anc CP-logic interpreter cplint

COMPILATION:
This package requires GLU (a subpackage of VIS) and GLIB version 1.2.
You can download GLU from http://vlsi.colorado.edu/~vis/getting_VIS_2.1.html
You can download GLIB from http://www.gtk.org/. This is a standard Linux package 
so it is easy to install using the package management software of your Linux 
distribution

INSTALLATION:
Install glu:
	1) downlad glu-2.1.tar.gz
	2) decompress it
	3) cd glu-2.1
	3) mkdir arch
	4) cd arch
	5) ../configure
	6) make
	7) su
	8) make install
This will install glu into /usr/local, if you want to install to a different DIR
use ../configure --prefix DIR

Installation of cplint:
When compiling Yap, use
	configure --enable-cplint
Under Windows, you have to use cygwin (glu does not compile under MinGW), so
	configure --enable-cplint --enable-cygwin
If you installed glu in DIR, use --enable-cplint=DIR


FEEDBACK:

Send feedback to:

Fabrizio Riguzzi
University of Ferrara 
Dept. of Engineering
fabrizio.riguzzi@unife.it
http://www.ing.unife.it/Docenti/FabrizioRiguzzi/