Update instructions

This commit is contained in:
luboslenco
2020-05-09 19:23:22 +02:00
parent 203e607ecd
commit e0464c1688
+10
View File
@@ -63,6 +63,16 @@ node Kinc/make ios -g opengl --noshaders
# Build for device
```
```bash
# Windows DXR - wip
node Kromx/make -g direct3d12
cd Kromx
# Unpack `v8\libraries\win32\release\v8_monolith.7z` using 7-Zip - Extract Here (exceeds 100MB)
node Kinc/make -g direct3d12 --raytrace dxr
# Open generated Visual Studio project
# Set `Project - Properties - Debugging - Command Arguments` to `..\..\build\krom`
# Build for x64 & release
```
```bash
# Updating cloned repository
git pull origin master
git submodule update --init --recursive