From 760e50c7050e7e857e3b11325a962ac1746cb164 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Mon, 17 Nov 2014 00:05:35 +0100 Subject: [PATCH] Mention to download & unpack V8Js itself --- README.Win32.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.Win32.md b/README.Win32.md index 4df1f8c..aa990d2 100644 --- a/README.Win32.md +++ b/README.Win32.md @@ -98,6 +98,8 @@ mkdir vc12\x86\deps\lib * from `\v8\build\Release\lib` copy `icui18n.lib`, `icuuc.lib` and `v8.lib` to deps\lib folder * from `\v8\include copy` all v8*.h files to deps\include folder +* within the PHP source code folder create a sub-directory named `pecl` +* download V8Js and unpack it into a seperate directory below the `pecl` folder (still in "VS2013 x86 Native Tools Command Prompt")