这是本文档旧的修订版!
CentOS 5.8(64 bits)
> yum install gsl-devel > yum install gcc-c++ > yum install gflags-devel
> wget https://github.com/blei-lab/dtm/archive/master.zip > unzip master.zip > mv dtm-master dtm > cd dtm/dtm > make
参考sample.sh
> ./main --help
评论