From 3c1bc44e30b0fa70c89982ba6d0beea08ed2e5f8 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 31 Jan 2024 12:36:01 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1016b5..c672479 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Further reading: ## Usage -We support all major compilers (LLVM's clang, GNU GCC, Visual Studio). Users of Visual Studio need to compile to a 64-bit binary, typically by selecting x64 in the build settings. +We support all major compilers (LLVM's clang, GNU GCC, Visual Studio). It is a header-only library but we have unit tests. Assuming a Linux/macOS setting: @@ -48,6 +48,8 @@ cd build ctest . --config Release ``` +Users of Visual Studio need to compile to a 64-bit binary, typically by selecting x64 or ARM64 in the build settings. Visual Studio should default on 64-bit builds on 64-bit systems. + ## Code samples