【发布时间】:2021-10-07 18:15:52
【问题描述】:
我正在尝试在 Ubuntu 18.04 上从源代码构建 RDKit 版本 2021_03_5,但出现以下错误。我在official documentation 中没有看到任何关于此的内容。有谁知道我需要安装什么才能克服这个错误?
Downloading https://fonts.google.com/download?family=Comic%20Neue...
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.16/Modules/FindFreetype.cmake:157 (find_package_handle_standard_args)
Code/GraphMol/MolDraw2D/CMakeLists.txt:81 (find_package)
【问题讨论】: