Преглед изворни кода

fix a doc issue to add `/utf-8` on MSVC

blueloveTH пре 2 година
родитељ
комит
9a17085b87
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      README.md
  2. 1 0
      docs/quick-start/installation.md

+ 1 - 0
README.md

@@ -56,6 +56,7 @@ To compile it with your project, these flags must be set:
 
 + `--std=c++17` flag must be set
 + Exception must be enabled
++ For MSVC, `/utf-8` flag must be set
 
 For development build on Linux, use this snippet.
 ```bash

+ 1 - 0
docs/quick-start/installation.md

@@ -43,6 +43,7 @@ To compile it with your project, these flags must be set:
 
 + `--std=c++17` flag must be set
 + Exception must be enabled
++ For MSVC, `/utf-8` flag must be set
 
 For emscripten, you must enable exceptions to make pocketpy work properly.
 See https://emscripten.org/docs/porting/exceptions.html.