summaryrefslogtreecommitdiff
path: root/devel/boost-all/pkg-message.python
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-all/pkg-message.python')
-rw-r--r--devel/boost-all/pkg-message.python8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/boost-all/pkg-message.python b/devel/boost-all/pkg-message.python
new file mode 100644
index 000000000000..8e065b92275c
--- /dev/null
+++ b/devel/boost-all/pkg-message.python
@@ -0,0 +1,8 @@
+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%%