我正在尝试按照这些说明安装 PythonMagick。https://gist.github.com/tomekwojcik/2778301
当我到达时,$ make
我得到了这个错误
Making all in pythonmagick_src
CXX libpymagick_la-_DrawableFillRule.lo
_DrawableFillRule.cpp:3:10: fatal error: 'boost/python.hpp' file not found
#include <boost/python.hpp>
^
1 error generated.
make[1]: *** [libpymagick_la-_DrawableFillRule.lo] Error 1
make: *** [all-recursive] Error 1
如何在我的项目中安装 PythonMagick?任何可行的方法。我在互联网上的任何地方都找不到有用的说明。