C++ 安装PySide-OSX

C++ 安装PySide-OSX,c++,python,cmake,pyside,C++,Python,Cmake,Pyside,有人在OSX上成功安装和使用PySide吗?我遵循PySide站点上的安装说明,尽管在构建API提取器时遇到了问题。我在api提取器目录中的CMakeLists.txt文件上运行cmake,并: 将抛出此错误- CMake Error at /Applications/CMake 2.8-0.app/Contents/share/cmake-2.8/Modules/FindBoost.cmake:894 (message): Unable to find the requested Boos

有人在OSX上成功安装和使用PySide吗?我遵循PySide站点上的安装说明,尽管在构建API提取器时遇到了问题。我在api提取器目录中的CMakeLists.txt文件上运行
cmake
,并:

将抛出此错误-

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)
我是一个新的构建源代码w/cmake的人,我不确定Boost是什么。任何关于设置过程的信息都将非常有用


谢谢

< P>这是一组非常广泛的C++库,它们可能是PySead所需要的,即使我从来没有尝试过。 从那里下载:


否则,您可以从macports安装它们:一旦安装了macports,只需运行“sudo port install boost”。不幸的是,pyside本身似乎还没有出现在macports中。

您可能想查看pyside的最新版本,最近发布的,我相信对Boost库的依赖已经消除。

谢谢,是的,我真的希望通过mac ports找到安装