Skip to content

JerryFu-fyy/phantomjs-2.1.1-linux-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

phantomjs-2.1.1-linux-arm

PhantomJS 2.1.1, compiled on Debian “jessie” for Raspberry PI using QEMU (http://wiki.qemu.org/Main_Page)

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://raw.githubusercontent.com/ApioLab/phantomjs-2.1.1-linux-arm/master/phantomjs-2.1.1-linux-arm.tar.bz2
$ bunzip2 phantomjs-2.1.1-linux-arm.tar.bz2
$ tar xvf phantomjs-2.1.1-linux-arm.tar

The binary phantomjs is located in the bin directory:

$ ./phantomjs-2.1.1-linux-arm/bin/phantomjs --version
2.1.1

Build Process

PhantomJS has been built using the process described below.

1. Set a QEMU Emulator as described in here: https://wiki.debian.org/RaspberryPi/qemu-user-static

2. Followed the build instructions as described in here: http://phantomjs.org/build.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published