Update v8 paths

This commit is contained in:
luboslenco
2020-02-07 16:53:18 +01:00
parent 2b007f8e01
commit aa676829d3
+2 -2
View File
@@ -16,7 +16,7 @@ cd armorpaint
# Windows
node Kromx/make -g direct3d11
cd Kromx
# Unpack `V8\Libraries\win32\release\v8_monolith.7z` using 7-Zip (exceeds 100MB)
# Unpack `v8\libraries\win32\release\v8_monolith.7z` using 7-Zip (exceeds 100MB)
node Kinc/make -g direct3d11
# Open generated Visual Studio project
# Set `Project - Properties - Debugging - Command Arguments` to `..\..\build\krom`
@@ -38,7 +38,7 @@ cd Kromx
node Kinc/make -g opengl
# Open generated Xcode project
# Set command-line arguments to `armorpaint_repo/build/krom`
# Add `path/to/Kromx/V8/Libraries/macos/release` into Library Search Paths
# Add `path/to/Kromx/v8/libraries/macos/release` into Library Search Paths
# Build
```
```bash