We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02a9df commit d73b115Copy full SHA for d73b115
HowToBuild.md
@@ -15,7 +15,7 @@ ATL support is for Visual C++ only.
15
16
## Build task
17
18
-- Open Visual Studio or MSYS2 and go to `RisohEditor` directory by `cd` command.
+- Open Visual Studio Command Prompt or MSYS2 and go to `RisohEditor` directory by `cd` command.
19
- Execute a `cmake` command line using CMake.
20
- Please specify `-G "(generator)"`. To get the generator list, please specify `-G` only.
21
- If ATL support is needed, then add `-DATL_SUPPORT=ON`.
0 commit comments