nikhilmitrax / ghmm

Fork of svn://svn.code.sf.net/p/ghmm/code/trunk/ghmm with some added patches for OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

normal build instructions:
==========================

The generic build instructions can be found at INSTALL.

Some mathematic features are included from gsl, the GNU scientific library,
it is available at sources.redhat.com/gsl . All versions until gsl-0.7 are
supported now.

gsl and expat are distributed with Redhat 7.1 Linux.

so, configure is called with:

./configure --prefix=/as/you/like/it --with-gsl=/alternative/gsl/installation

build from svn:
===============

0. you need automake, autoconf and m4 from ftp://ftp.gnu.org

1. call autogen.sh
   (ignore messages like:
    automake: configure.in: installing `./mkinstalldirs'
        error while copying
   )

2. continue with normal build instructions as written in INSTALL

3. tests require DejaGNU (and this requires expect, a tcl based language)

Contents of this package:
=========================

ghmm
The hidden markov model library

doc
Documentation generated with doc++

tools
executables that provide usefull functions

tests
testsuite driven by DejaGNU, some tests are programming examples

About

Fork of svn://svn.code.sf.net/p/ghmm/code/trunk/ghmm with some added patches for OS X

License:Other


Languages

Language:C 71.5%Language:Python 24.8%Language:HTML 1.8%Language:Makefile 0.7%Language:CMake 0.5%Language:M4 0.3%Language:CSS 0.3%Language:Shell 0.1%