Project

General

Profile

Actions

Feature #1030

open

Create the configure script

Added by Andrey Ponomarenko almost 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
04/05/2011
Due date:
% Done:

0%

Estimated time:
Published in build:

Description

It would be very helpful to create a configure script for the LDV tools. There are a lot of dependencies, that may be checked before building the LDV tools:

    o OCaml 3.10 or 3.11.0-3.11.2 (for BLAST verifier)
    o Perl 5.10
    o Ruby 1.8
    o JDK or OpenJDK 1.6.0
    o ant 1.8.0 or greater
    o GNU Make 3.81
    o GCC (32-bit version) with C++ support
    o gcc-c++
    o glibc-devel-32bit
    o patch
    o GNU M4
    o GNU Autoconf
    o GNU Automake
    o GNU binutils
    o GNU Multiple Precision Library (GMP), development version (for BLAST)
    o MPFR Library, development version
    o Flex or lex
    o Yacc or Bison
    o libncurses
    o MySQL (with InnoDB)server and console client, with development headers and libaries
    o Perl modules (install via `sudo cpan Module::Name` or via packange manager):
        - DBI
        - File::Cat
        - File::Find
        - File::Copy::Recursive
        - File::Path   (update to the newest version)
        - File::MimeInfo
        - File::Basename
        - Text::Highlight
        - XML::Twig
        - XML::Writer
        - SOAP::Lite
        - IO::Socket::INET;
    o CPIO archiver
    o PAX archiver
    o Ruby gem manager
    o Ruby gems:
        - gem activerecord
        - gem mysql
        - gem SysVIPC   (Warning: case-sensitive!)
        - gem libxml-ruby (tested with 1.1.4)
           * requires libxml2-devel
    o gzip
    o tar
    o bzip2

Also I suggest to add descriptions on how to install all the needed Perl and Ruby modules: "perl -MCPAN -e shell" and "gem install SysVIPC mysql ..." example commands.

No data to display

Actions

Also available in: Atom PDF