diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp index d889652e81..9996f5132d 100644 --- a/doc/guide/build.hpp +++ b/doc/guide/build.hpp @@ -175,9 +175,13 @@ The full list of options mlpack allows: (i.e. \c mlpack_knn, \c mlpack_kfn, \c mlpack_logistic_regression, etc.) (default ON) - BUILD_PYTHON_BINDINGS=(ON/OFF): compile the bindings for Python, if the - necessary Python libraries are available (default ON except on Windows) + necessary Python libraries are available (default OFF) + - BUILD_R_BINDINGS=(ON/OFF): compile the bindings for R, if R is found + (default OFF) + - BUILD_GO_BINDINGS=(ON/OFF): compile Go bindings, if Go and the necessary Go + and Gonum exist. (default OFF) - BUILD_JULIA_BINDINGS=(ON/OFF): compile Julia bindings, if Julia is found - (default ON) + (default OFF) - BUILD_SHARED_LIBS=(ON/OFF): compile shared libraries as opposed to static libraries (default ON) - TEST_VERBOSE=(ON/OFF): run test cases in \c mlpack_test with verbose output