mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[INSTALL.md] mention BUILD_EXECUTABLES #2467
This commit is contained in:
parent
78269365b4
commit
4f91a717d1
@ -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)
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user