From a373b82991947b694196ee630bd6a648d71e2b3f Mon Sep 17 00:00:00 2001 From: torque Date: Sun, 15 Sep 2024 17:57:41 -0700 Subject: [PATCH] readme: clarify status of building apps --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 930e4de..87ce1e6 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ This project currently builds the three main LibreSSL libraries as static librar Operating systems and hardware architectures are supported on a best-effort basis. Building for Linux, macOS, and Windows (mingw64) is directly tested by CI. -The command line programs `nc`, `ocspcheck`, and `openssl` are **not** currently built by this build system. +The command-line programs `nc`, `ocspcheck`, and `openssl` are not built by default, and building them when targeting Windows is not supported. Building the command-line programs may be enabled by specifing the `-Dbuild-apps` option to `zig build` ## Usage