@@ -107,7 +107,7 @@ For manual configuration: Read the comments in both the `configure/RELEASE` and
107107For automatic configuration: In the top level directory run
108108
109109``` sh
110- $ make configure EPICS_BASE=/epics/base/path [EPICS4_DIR= /epics/v4/path] [BOOST_NUMPY_DIR= /boost.numpy/path] [BOOST_ROOT= /boost/path] [PYTHON_VERSION= 3 ]
110+ $ make configure EPICS_BASE=/epics/base/path [EPICS4_DIR= /epics/v4/path] [BOOST_NUMPY_DIR= /boost.numpy/path] [BOOST_ROOT= /boost/path] [BOOST_INCLUDE_DIR = /boost/include/path] [BOOST_LIB_DIR = /boot/lib/path] [ PYTHON_VERSION= 2 ]
111111```
112112
113113Note that you can only use the automatic configuration if the v4 modules have
@@ -120,11 +120,12 @@ the EPICS Base directory.
120120
121121The optional ` BOOST_NUMPY_DIR ` argument enables NumPy array support for older
122122Boost versions, as v1.63.0 and later releases already include NumPy libraries.
123- The optional ` BOOST_ROOT ` argument is typically used for custom Boost
124- installation directory. In case you are using custom python installation that
123+ The optional ` BOOST_ROOT ` , ` BOOST_INCLUDE_DIR ` and ` BOOST_LIB_DIR ` arguments
124+ are typically used for custom Boost
125+ installation directories. In case you are using custom python installation that
125126uses shared object libraries, you may need to set PATH and LD_LIBRARY_PATH
126127environment variables before running the above ` make configure ` command.
127- Also, note that building with python 3 .x requires PYTHON_VERSION=3 argument.
128+ Also, note that building with python 2 .x requires PYTHON_VERSION=2 argument.
128129
129130The ` make configure ` command will check for your Boost/Python libraries, and
130131create suitable ` configure/RELEASE.local ` and ` configure/CONFIG_SITE.local `
0 commit comments