cdpoffline / phantomjs-linux-armv6l

PhantomJS 2.0 prebuilt binary for the Raspberry Pi armv6l

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phantomjs-linux-armv6l

PhantomJS 2.0, compiled on Raspberry PI (Raspbian "wheezy").

PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. (http://phantomjs.org).

Installation on Raspberry PI

Download the archive and extract the binary:

$ cd /tmp
$ wget https://github.com/spfaffly/phantomjs-linux-armv6l/archive/master.zip
$ unzip master.zip
$ cd phantomjs-linux-armv6l-master
$ tar -zxvf *.tar.gz

The binary phantomjs is located in the bin directory:

$ ./phantomjs-2.0.1-development-linux-armv6l/bin/phantomjs --version
2.0.1-development

Build Process

PhantomJS has been built using the process described in this blog post:

About

PhantomJS 2.0 prebuilt binary for the Raspberry Pi armv6l