Browse Source

Merge pull request #669 from pavel-pimenov:fix-readme-windows-mkdir

PiperOrigin-RevId: 243314673
main
Chris Mumford 5 years ago
parent
commit
7da571cf2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -45,7 +45,7 @@ cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
First generate the Visual Studio 2017 project/solution files: First generate the Visual Studio 2017 project/solution files:
```bash ```bash
mkdir -p build
mkdir build
cd build cd build
cmake -G "Visual Studio 15" .. cmake -G "Visual Studio 15" ..
``` ```

Loading…
Cancel
Save