diff --git a/README.md b/README.md index aad7647c8c..41b0901b3a 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Options are specified with the -D flag. The allowed options include: ARMADILLO_LIBRARY=(/path/to/armadillo/libarmadillo.so): Armadillo library BUILD_CLI_EXECUTABLES=(ON/OFF): whether or not to build command-line programs BUILD_PYTHON_BINDINGS=(ON/OFF): whether or not to build Python bindings + PYTHON_EXECUTABLE=(/path/to/python_version): Path to specific Python executable BUILD_TESTS=(ON/OFF): whether or not to build tests BUILD_SHARED_LIBS=(ON/OFF): compile shared libraries as opposed to static libraries diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp index c2ff8a9ce1..b39782ebe4 100644 --- a/doc/guide/build.hpp +++ b/doc/guide/build.hpp @@ -157,6 +157,7 @@ The full list of options mlpack allows: - DOWNLOAD_STB_IMAGE=(ON/OFF): If STB is not found, download it (default ON) - BUILD_WITH_COVERAGE=(ON/OFF): Build with support for code coverage tools (gcc only) (default OFF) + - PYTHON_EXECUTABLE=(/path/to/python_version): Path to specific Python executable - BUILD_MARKDOWN_BINDINGS=(ON/OFF): Build Markdown bindings for website documentation (default OFF) - MATHJAX=(ON/OFF): use MathJax for generated Doxygen documentation (default