0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 22:25:19 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Stefan Siegl
6b7ab04b43
Mention v8js.icudtl_dat_path in README files 2017-04-23 21:44:51 +02:00
Bernie Reiter
2ab2549d02 README.Linux.md: Add is_component_build flag to v8gen.py command
Previously, it was appended using `echo >>`. However, that wasn't picked up by `ninja` since it would've required an intermediary `gn gen out.gn/x64.release` step. By passing the additional build flag directly to `v8gen.py`, we ensure that `ninja` picks it up.
2016-12-30 23:10:10 +01:00
Stefan Siegl
12ac47d695 README.Linux: add build instructions for V8 5.6, closes #269 2016-12-05 17:47:09 +01:00
Stefan Siegl
54fd987b0c mention what -j8 means, refs #271 2016-11-01 21:12:52 +01:00
Stefan Siegl
98e4399f81 Don't suggest use_system_icu=1, closes #238 2016-08-12 23:31:22 +02:00
Alex Marchant
4add8883e6 Update README.Linux.md
I did not have build-essential installed and ran into some errors on the make step. Might be good just to remind people that they need the basic build tools installed.
2016-06-21 02:05:51 -04:00
Tieme van Veen
5fa653da23 Added libicu-dev dependency 2016-05-22 12:51:51 +02:00
Alex Masterov
1d46741ced Force to use the system-wide binutils during compilation v8 2016-05-22 12:42:47 +02:00
Stefan Siegl
663c675fe8 Update build path of libv8_libplatform.a, refs #230 2016-05-22 12:40:23 +02:00
Tieme van Veen
2f5db5d9ef Linux guide - Move adding extension to php.ini to bottom 2016-03-10 10:58:53 +01:00
Stefan Siegl
f49d3b79ca Update README.Linux.md for snapshot usage 2016-03-05 17:12:36 +01:00
Alexander Hofstede
1642ce48ba Update README.Linux.md
Added a note about adding the extension to PHP config, especially for CLI, which needs to be configured separately in some PHP7 installs.
2015-11-20 22:51:18 +07:00
Stefan Siegl
e07ea80805 Update README.Linux.md common pitfalls
* recent V8 versions need to be compiled with snnapshot=off to be usable
* use more meaningful destination path
2015-08-19 10:46:48 +02:00
Stefan Siegl
8934e8c078 Add note that RUNPATH might need to be fixed 2015-03-10 15:28:25 +01:00
Stefan Siegl
c014892da4 Provide dedicated installation instructions for Linux & Mac 2015-03-09 13:43:58 +01:00