用户工具

站点工具


zh:notes:install_dtm

Install DTM

Operation System

CentOS 5.8(64 bits)

Install gsl and gflags

> yum install gsl-devel
> yum install gcc-c++
> yum install gflags-devel

Download and Install

> wget https://github.com/blei-lab/dtm/archive/master.zip
> unzip master.zip
> mv dtm-master dtm
> cd dtm/dtm
> make

Usage

refer to sample.sh for more details.

> ./main --help
zh/notes/install_dtm.txt · 最后更改: 2022/01/28 08:30 由 pzczxs