terceiro / analizo

multi-language source code analysis suite

This URL has Read+Write access

name age message
file .mailmap Loading commit data...
file AUTHORS Mon Oct 12 11:24:18 -0700 2009 Updating AUTHORS file [terceiro]
directory Analizo/
file HACKING Mon Nov 02 14:40:24 -0800 2009 Renamed in documentation [terceiro]
file MANIFEST
file MANIFEST.SKIP Fri May 08 20:20:15 -0700 2009 ignore some files when update MANIFEST [joenio]
file Makefile.PL Mon Nov 02 14:53:01 -0800 2009 Caught one more occurrence of Egypt [terceiro]
file README Mon Nov 02 14:54:29 -0800 2009 Relicensing under the GPL version 3 [terceiro]
file Rakefile
file TODO
file analizo
file analizo-graph
file analizo-metrics
directory features/
directory samples/
directory t/
README
=======
= About
=======

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

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

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

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

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

Then do:

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

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

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

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

  $ perl Makefile.PL
  $ make
  $ sudo make install

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

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

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.