OSXにPySideをインストールして使用することに成功した人はいますか?API Extractorの構築で問題が発生していますが、PySideサイトのインストール手順に従っています。cmake
api extractor dir内の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が何であるかはよくわかりません。セットアッププロセスで当てる可能性のある光はどれも素晴らしいでしょう。
ありがとう