[INSTALL.md] mention BUILD_EXECUTABLES #2467

pull/2467/head
nick black 3 years ago
parent 78269365b4
commit 4f91a717d1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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
Software Guidelines
* `BUILD_TESTING=on`: build test targets
* `BUILD_EXECUTABLES=on`: build any executables (as opposed to libs)
* `USE_ASAN=off`: build with AddressSanitizer
* `USE_CXX=on`: build C++ code (requires a C++ compiler)
* `USE_COVERAGE=off`: build coverage support (for developers, requires use of Clang)

@ -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+
* (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

Loading…
Cancel
Save