1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
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

9 lines
274 B
Plaintext

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%%