📝 fix bug in doc README_zh.md
This commit is contained in:
parent
fc7e0a569e
commit
b3d65f0183
|
@ -105,7 +105,7 @@ __注意__: 如果你想直接下载发行版提供的zip/tar.gz压缩包来构
|
|||

|
||||

|
||||
|
||||
__`Windows`__用户通过g++(`MinGW-w64`)使用以下命令或者使用MSVC(`Visual Studio`)来进行编译. 没有编译环境的请在[__这里__](https://www.mingw-w64.org/downloads/)下载MinGW-w64。(VS同样也有MinGW-w64)
|
||||
__`Windows`__ 用户通过g++(`MinGW-w64`)使用以下命令或者使用MSVC(`Visual Studio`)来进行编译. 没有编译环境的请在[__这里__](https://www.mingw-w64.org/downloads/)下载MinGW-w64。(VS同样也有MinGW-w64)
|
||||
|
||||
> $(CXX) -std=c++11 -O3 main.cpp -o nasal.exe -fno-exceptions -static
|
||||
|
||||
|
|
Loading…
Reference in New Issue