terceiro / analizo

multi-language source code analysis suite

This URL has Read+Write access

README
=======
= About
=======

egypt is a suite of source code analysis tools, aimed at being
language-independent and extensible. The project home page is
http://softwarelivre.org/egypt

==============
= Installation
==============

Debian package
--------------

Add the following line to your /etc/apt/sources.list:

  deb http://app.dcc.ufba.br/~terceiro/egypt/ ./

Then do:

  $ wget -q -O - http://app.dcc.ufba.br/~terceiro/egypt/signing-key.asc | sudo apt-key add -
  $ sudo apt-get update
  $ sudo apt-get install egypt

From sources
------------

See the HACKING file for instructions on how to install egypt's dependencies.
You neeed to install the dependencies before installing egypt.

Download egypt tarball, extract it and run the following commands inside the
egypt-x.y.z directory:

  $ perl Makefile.PL
  $ make
  $ sudo make install

===========
= Copyright
===========

Copyright (c) 1994-2006 Andreas Gustafsson
Copyright (c) 2008-2009 Antonio Terceiro