Skip to content

Commit 7125b97

Browse files
authored
Update README.md
1 parent 860cb5d commit 7125b97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
## Build suggestion
55

6-
This library is header-only.
7-
There are comprehensive examples in the Catch2 based tests.
6+
This library is header-only, written in portable C++ 17. MSVC is supported, but occasionally some bugs in MSVC take a long time to be identified, please report MSVC compilation issues. We're working on including MSVC to continuous integration.
7+
8+
There are comprehensive examples in the Catch2 based tests, here's a simple way to build them:
89

910
1. Do not forget to initialize at lest the Catch2 submodule (`git submodule update --init --recursive`)
1011
2. Create a build directory (we suggest ~/builds)

0 commit comments

Comments
 (0)