Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jan 31, 2024
1 parent 3f03ff9 commit 3c1bc44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3c1bc44

Please sign in to comment.