Skip to content

Commit 255121a

Browse files
committed
Fix typo
1 parent 854d7e1 commit 255121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before start building, you need [CMake 3.10+](https://cmake.org/) build scripts
1717

1818
## Compiling
1919

20-
It's advisable to create separate subdirectories for each target platforms inside `/build` directory. For example, for _Windows x64_ build, name the subdirectory as `win64` and open it within Command Prompt (or Terminal, depends on your OS). For MSVC build, use MSVC's Native Command Prompt (x86 or x64). After the preparation, generate build scripts beeing inside the platform build directory using CMake as:
20+
It's advisable to create separate subdirectories for each target platforms inside `/build` directory. For example, for _Windows x64_ build, name the subdirectory as `win64` and open it within Command Prompt (or Terminal, depends on your OS). For MSVC build, use MSVC's Native Command Prompt (x86 or x64). After the preparation, generate build scripts being inside the platform build directory using CMake as:
2121

2222
```
2323
cd build\win64

0 commit comments

Comments
 (0)