Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 919 Bytes

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: