Ver a proveniência

Fix mkdir (windows)

main
Pavel Pimenov há 5 anos
ascendente
cometimento
952be04df6
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver ficheiro

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

Carregando…
Cancelar
Guardar