terceiro / egypt
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (10)
- Wiki (1)
- Graphs
-
Tag:
1.10.2
egypt /
| name | age | message | |
|---|---|---|---|
| |
.mailmap | Mon Oct 12 13:11:29 -0700 2009 | |
| |
AUTHORS | Mon Oct 12 11:24:18 -0700 2009 | |
| |
Egypt/ | ||
| |
HACKING | Thu Oct 08 15:32:34 -0700 2009 | |
| |
MANIFEST | Tue Oct 13 11:41:36 -0700 2009 | |
| |
MANIFEST.SKIP | Fri May 08 20:20:15 -0700 2009 | |
| |
Makefile.PL | Thu Aug 27 09:17:38 -0700 2009 | |
| |
README | ||
| |
Rakefile | Tue Oct 13 08:32:34 -0700 2009 | |
| |
TODO | Mon Oct 12 07:14:19 -0700 2009 | |
| |
egypt | Tue Oct 13 11:41:22 -0700 2009 | |
| |
egypt-graph | ||
| |
egypt-metrics | ||
| |
features/ | ||
| |
samples/ | Mon Oct 12 18:04:42 -0700 2009 | |
| |
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

