From e0464c168868b7eb90169106b905004004374732 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Sat, 9 May 2020 19:23:22 +0200 Subject: [PATCH] Update instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c61ceb1f..2952538c 100644 --- a/README.md +++ b/README.md @@ -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