Update instructions
This commit is contained in:
@@ -63,6 +63,16 @@ node Kinc/make ios -g opengl --noshaders
|
|||||||
# Build for device
|
# Build for device
|
||||||
```
|
```
|
||||||
```bash
|
```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
|
# Updating cloned repository
|
||||||
git pull origin master
|
git pull origin master
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|||||||
Reference in New Issue
Block a user