Merge pull request #15330 from jtattermusch/no_ninja_install

"ninja install" command in instructions is misleading
pull/14854/head
Jan Tattermusch 7 years ago committed by GitHub
commit 5c372a62b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      INSTALL.md

@ -142,7 +142,6 @@ installed to be able to compile the C/C++ sources.
> call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x64
> cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release
> cmake --build .
> ninja install
```
### msys2 (with mingw)

Loading…
Cancel
Save