git clone https://github.com/Microsoft/LightLDA
1) 下载multiverso:
git clone https://github.com/Microsoft/multiverso/tree/9ed99cd2d3080a8683d1c511de5927e2b7274438
2) 编译安装依赖库:sh build.sh
vim /etc/profile 添加库路径:/root/multiverso/third_party/lib
export LD_LIBRARY_PATH=/home/qinghua/cwork/LightLDA/multiverso/third_party/lib:$LD_LIBRARY_PATH
运行sh example/nytimes.sh即可
2. clion中调试;
编写cmkelists.txt文件: