有人在 OSX 上成功安装和使用 PySide 吗?我正在按照 PySide 站点上的安装说明进行操作,但在构建 API Extractor 时遇到了问题。我cmake
在 api 提取器目录中的 CMakeLists.txt 文件上运行,并且:
抛出此错误-
CMake Error at /Applications/CMake 2.8-0.app/Contents/share/cmake-2.8/Modules/FindBoost.cmake:894 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)
我是使用 cmake 构建源代码的新手,我不确定 Boost 是什么。您对设置过程的任何了解都会很棒。
谢谢