From aa676829d36ea4c4e0c088e3878c85f524e53a0a Mon Sep 17 00:00:00 2001 From: luboslenco Date: Fri, 7 Feb 2020 16:53:18 +0100 Subject: [PATCH] Update v8 paths --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a293053a..47ab1be3 100644 --- a/README.md +++ b/README.md @@ -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