mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 15:18:41 +00:00
Update README.Win32.md
This commit is contained in:
parent
922d7da933
commit
14aca623fa
@ -52,7 +52,7 @@ svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin@66844 third_par
|
|||||||
svn co http://googletest.googlecode.com/svn/trunk testing/gtest --revision 643
|
svn co http://googletest.googlecode.com/svn/trunk testing/gtest --revision 643
|
||||||
svn co http://googlemock.googlecode.com/svn/trunk testing/gmock --revision 410
|
svn co http://googlemock.googlecode.com/svn/trunk testing/gmock --revision 410
|
||||||
|
|
||||||
python build\gyp_v8 -Dcomponent=shared_library
|
python build\gyp_v8 -Dcomponent=shared_library -Dv8_use_snapshot=0
|
||||||
"\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com" /build Release build/All.sln
|
"\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com" /build Release build/All.sln
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -97,9 +97,9 @@ mkdir vc12\x86\deps\lib
|
|||||||
and unpack to below `\php-sdk\phpdev\vc12\x86`
|
and unpack to below `\php-sdk\phpdev\vc12\x86`
|
||||||
* from `\v8\build\Release\lib` copy `icui18n.lib`, `icuuc.lib` and `v8.lib`
|
* from `\v8\build\Release\lib` copy `icui18n.lib`, `icuuc.lib` and `v8.lib`
|
||||||
to deps\lib folder
|
to deps\lib folder
|
||||||
* from `\v8\include copy` all v8*.h files to deps\include 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 separate directory below `ext` folder
|
||||||
* download V8Js and unpack it into a seperate directory below the `pecl` folder
|
* make sure `config.w32` file inside that folder defines version of the compiled v8
|
||||||
|
|
||||||
(still in "VS2013 x86 Native Tools Command Prompt")
|
(still in "VS2013 x86 Native Tools Command Prompt")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user