freebsd-ports/devel/boost-all/pkg-message.python
Pav Lucistnik d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00

8 lines
274 B
Text

You have built the Boost.Python library. You have to add the following
options when building your own code:
Compiler options:
-I%%PYTHON_INCLUDEDIR%% -I%%LOCALBASE%%/include
Linker options:
-L%%PYTHON_LIBDIR%% -L%%LOCALBASE%%/lib -lboost_python -l%%PYTHON_VERSION%%