mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fixed multiline in BUILD_WIN.md
This commit is contained in:
parent
40823bf582
commit
aa13812e3f
1 changed files with 6 additions and 6 deletions
12
BUILD_WIN.md
12
BUILD_WIN.md
|
@ -31,12 +31,12 @@ Download and install the [Win64 OpenSSL v1.0.2L Installer](https://slproweb.com/
|
|||
### Step 6. Running CMake to Generate Build Files
|
||||
|
||||
Run Command Prompt from Start and run the following commands:
|
||||
|
||||
> cd "%HIFI_DIR%"
|
||||
> mkdir build
|
||||
> cd build
|
||||
> cmake .. -G "Visual Studio 12 Win64"
|
||||
|
||||
````
|
||||
cd "%HIFI_DIR%"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -G "Visual Studio 12 Win64"
|
||||
````
|
||||
|
||||
Where `%HIFI_DIR%` is the directory for the highfidelity repository.
|
||||
|
||||
|
|
Loading…
Reference in a new issue