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).
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
PhantomJS has been built using the process described in this blog post: