Skip to content

Commit cfb843f

Browse files
author
Oleh Kulykov
committed
1722324251
1 parent 61e6a1a commit cfb843f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
106106
make -j4
107107
```
108108

109-
#### CMake Windows(MSVC)
109+
#### CMake Windows (MSVC)
110110
```bash
111111
cd PLzmaSDK
112112
md build
@@ -115,7 +115,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
115115
cmake --build . --config Release --parallel 4
116116
```
117117

118-
#### CMake Windows(MinGW)
118+
#### CMake Windows (MinGW)
119119
```bash
120120
...
121121
cmake -G"MinGW Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DCMAKE_BUILD_TYPE=Release ..

0 commit comments

Comments
 (0)