Skip to content

Commit

Permalink
[doc] comments for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jul 12, 2024
1 parent 4f02443 commit b68a370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,14 @@ cmake ..
make
```

For the other platform, clang++ is required.
For the other platform (including mingw), clang++ is required.
```
mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER=clang++
make
```
Use `clang++` instead of gcc on mingw.

For Visual Studio, (REMARK : It is not maintained; use the vcxproj file.)
```
Expand Down

0 comments on commit b68a370

Please sign in to comment.