File | GitHub |
---|---|
Ubuntu | 18.04.1 |
PyMol | https://github.com/schrodinger/pymol-open-source |
MMTF | https://github.com/rcsb/mmtf-cpp |
编译开源pymol时报‘mmtf.hpp 文件缺失‘,解决方法如下:
安装编译环境
sudo apt install ninja-build
克隆源码
git clone https://github.com/rcsb/mmtf-cpp.git
编译安装MMTF
cd mmtf-cpp/
mkdir build
cd build
cmake -G Ninja …
sudo ninja install
编译安装PyMol
参见: