From 905f81c8b7ceb7d68252429d0d1a563221c2f9a3 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 23 Nov 2023 20:26:14 +0100 Subject: [PATCH] Improve remark in README about disabling native file buffer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e454d..960a573 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ These build instructions apply to `c++utilities` but also to my other projects u - libstdc++ under GNU/Linux and Windows - libc++ under GNU/Linux and Android * glibc with iconv support or standalone iconv library - * libstdc++ or Boost.Iostreams for `NativeFileStream` (optional, use `USE_NATIVE_FILE_BUFFER` to disable) + * libstdc++ or Boost.Iostreams for `NativeFileStream` (optional, use `USE_NATIVE_FILE_BUFFER=OFF` to disable) * Boost.Process for `execApp()` test helper under Windows (optional, use `USE_BOOST_PROCESS=OFF` to disable) * My other projects have further dependencies such as Qt. Checkout the README of these projects for further details.