[INSTALL.md] mention BUILD_EXECUTABLES #2467

This commit is contained in:
nick black 2021-12-14 01:38:14 -05:00
parent 78269365b4
commit 4f91a717d1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@ but must be `Debug` for use of `USE_COVERAGE`.
* `DFSG_BUILD=off`: leave out all content considered non-free under the Debian Free * `DFSG_BUILD=off`: leave out all content considered non-free under the Debian Free
Software Guidelines Software Guidelines
* `BUILD_TESTING=on`: build test targets * `BUILD_TESTING=on`: build test targets
* `BUILD_EXECUTABLES=on`: build any executables (as opposed to libs)
* `USE_ASAN=off`: build with AddressSanitizer * `USE_ASAN=off`: build with AddressSanitizer
* `USE_CXX=on`: build C++ code (requires a C++ compiler) * `USE_CXX=on`: build C++ code (requires a C++ compiler)
* `USE_COVERAGE=off`: build coverage support (for developers, requires use of Clang) * `USE_COVERAGE=off`: build coverage support (for developers, requires use of Clang)

View File

@ -119,7 +119,7 @@ may well be possible to use still older versions. Let me know of any successes!
* (OPTIONAL) (python bindings): Python 3.7+, [CFFI](https://pypi.org/project/cffi/) 1.13.2+, [pypandoc](https://pypi.org/project/pypandoc/) 1.5+ * (OPTIONAL) (python bindings): Python 3.7+, [CFFI](https://pypi.org/project/cffi/) 1.13.2+, [pypandoc](https://pypi.org/project/pypandoc/) 1.5+
* (runtime) Linux 5.3+, FreeBSD 11+, DragonFly BSD 5.9+, Windows 10 v1093+, or macOS 11.4+ * (runtime) Linux 5.3+, FreeBSD 11+, DragonFly BSD 5.9+, Windows 10 v1093+, or macOS 11.4+
[Here's more information](INSTALL.md) on building and installation. More information on building and installation is available in [INSTALL.md](INSTALL.md).
### Wrappers ### Wrappers