@@ -34,13 +34,31 @@ Minimum requirements
3434 This embedded implementation of the V8 engine uses thread locking so it works with ZTS enabled.
3535
3636
37- Compiling latest version
38- ------------------------
37+ Pre-built binaries
38+ ------------------
3939
4040For some very first steps, instead of compiling manually you might want to try out the [ V8Js docker
4141image] ( https://registry.hub.docker.com/u/stesie/v8js/ ) . It has v8, v8js and php-cli pre-installed
4242so you can give it a try with PHP in "interactive mode". There is no Apache, etc. running however.
4343
44+ For Debian & Ubuntu there are packages for most releases made available on the Project's
45+ [ Jenkins installation] ( https://jenkins.brokenpipe.de/job/linux-packages/ )
46+ as well as an [ APT repository] ( http://packages.brokenpipe.de/ ) . As the distros still have
47+ PHP 5.x these binaries are for PHP 5.x as well.
48+
49+ There also is a Heroku buildpack that has recent V8Js versions along with a
50+ [ blog post] ( http://stesie.github.io/2015/11/v8js-on-heroku/ ) on how to do it.
51+
52+ Last but not least there are binaries for Windows (PHP7, x86 including V8 4.7.75) that you can use
53+ with the PHP binaries from http://windows.php.net/download :
54+
55+ * [ V8Js for Windows, PHP7.0, x86, thread safe (TS)] ( https://s3.amazonaws.com/win-phpv8/v8js_vc14_php7_ts.zip )
56+ * [ V8Js for Windows, PHP7.0, x86, non thread safe (NTS)] ( https://s3.amazonaws.com/win-phpv8/v8js_vc14_php7_nts.zip )
57+
58+
59+ Compiling latest version
60+ ------------------------
61+
4462Building on Microsoft Windows is a bit more involved, see README.Win32.md file
4563for a quick run through. Building on GNU/Linux and MacOS X is straight forward,
4664see README.Linux.md and README.MacOS.md files for a walk through with platform
0 commit comments