From 30119a877aca7ed9c3614eefe841542ea6d3b42f Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Thu, 23 Oct 2014 22:55:12 +0200 Subject: [PATCH] Link to Debian packages, fix Jenkins link --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26c8da1..6d0b707 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ Minimum requirements V8 implements ECMAScript as specified in ECMA-262, 5th edition. This extension makes use of V8 isolates to ensure separation between multiple V8Js instances and uses the new isolate-based mechanism to throw exceptions, hence the need for 3.24.10 or above. - For a detailed overview of which V8 version V8Js can be successfully built against, see the [Jenkins V8Js job list](http://jenkins.brokenpipe.de/view/v8js-with-v8-versions/). + For a detailed overview of which V8 version V8Js can be successfully built against, see the + [Jenkins V8Js build matrix](https://jenkins.brokenpipe.de/job/docker-v8js-matrix/). - PHP 5.3.3+ @@ -26,9 +27,12 @@ Minimum requirements COMPILING LATEST VERSION ======================== -Instead of compiling manually you might want to pull the [V8Js docker +Instead of compiling manually you might want to pull from the [V8Js docker repository](https://registry.hub.docker.com/u/stesie/v8js/). +You also might want to try the Debian & Ubuntu packages available from +the Jenkins site at https://jenkins.brokenpipe.de/ + Compile latest v8 -----------------