Skip to content

richardhmm/HMMCodeRepository

Repository files navigation

HMMCodeRepository

personal code repository

Compile environment

  1. Linux (Ubuntu 10.04.4 LTS x86_64), G++, Makefile.
  2. install log4cplus.
  3. install gtest.

Build instructions

  1. build library && example && unit test
$ cd HMMCodeRepository
$ ./build
  1. build library
$ cd HMMCodeRepository
$ ./build-lib
  1. build example
$ cd HMMCodeRepository
$ ./build-example
  1. build unit test
$ cd HMMCodeRepository
$ ./build-gtest

Path tree instructions

HMMCodeRepository  // library root path
|-- example        // demo code
|   `-- algorithm
|-- lib           // library source code
|   `-- algorithm
|       |-- inc   // interface include files
|       |-- src   // many algorithm source code
|       `-- test  // unit test source code by using gtest
`-- res           // resource