Improve build step description

This commit is contained in:
luboslenco
2020-01-14 15:56:34 +01:00
parent 357700e413
commit a177fbce2a
+1 -1
View File
@@ -19,7 +19,7 @@ cd Kromx
# Unpack `V8\Libraries\win32\release\v8_monolith.7z` using 7-Zip (exceeds 100MB)
node Kinc/make -g direct3d11
# Open generated Visual Studio project
# Set command-line arguments to `..\..\build\krom`
# Set `Project - Properties - Debugging - Command Arguments` to `..\..\build\krom`
# Build for x64 & release
```
```bash