terceiro / analizo
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (19)
- Wiki (1)
- Graphs
-
Tag:
debian/1.10.0-1
analizo /
| name | age | message | |
|---|---|---|---|
| |
.mailmap | ||
| |
AUTHORS | ||
| |
Egypt/ | ||
| |
HACKING | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
debian/ | ||
| |
egypt | ||
| |
egypt-graph | ||
| |
egypt-metrics | ||
| |
features/ | ||
| |
samples/ | ||
| |
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

