terceiro / egypt

DEPRECATED. See analizo insted

This URL has Read+Write access

egypt /
name age message
file .mailmap Mon Oct 12 13:11:29 -0700 2009 Adding an entty on .mailmap for João [terceiro]
file AUTHORS Mon Oct 12 11:24:18 -0700 2009 Updating AUTHORS file [terceiro]
directory Egypt/ Loading commit data...
file HACKING Thu Oct 08 15:32:34 -0700 2009 Completing documentation [terceiro]
file MANIFEST Tue Oct 13 11:41:36 -0700 2009 Updating MANIFEST [terceiro]
file MANIFEST.SKIP Fri May 08 20:20:15 -0700 2009 ignore some files when update MANIFEST [joenio]
file Makefile.PL Thu Aug 27 09:17:38 -0700 2009 Documentation and UI work [terceiro]
file README
file Rakefile Tue Oct 13 08:32:34 -0700 2009 Force using the local source code Otherwise pe... [terceiro]
file TODO Mon Oct 12 07:14:19 -0700 2009 marking TODO [terceiro]
file egypt Tue Oct 13 11:41:22 -0700 2009 Bumping version number [terceiro]
file egypt-graph
file egypt-metrics
directory features/
directory samples/ Mon Oct 12 18:04:42 -0700 2009 Implementing inheritance support Added: * s... [terceiro]
directory t/
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