1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/boost-all/pkg-message.python
2019-08-13 16:01:59 +00:00

15 lines
317 B
Plaintext

[
{ type: install
message: <<EOM
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%%
EOM
}
]