Skip to content

piksel/phantomjs-raspberrypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhantomJS for Raspberry Pi

PhantomJS binary for Raspberry Pi.
Compiled on Raspbian Hardfloat.

Instruction set: armv6 (compatible with all raspberry pi devices)

Note: Due to different versions of libraries for Rasbian prior to Stretch, you'll have to use the jessie branch.

2020-02-09: Added a release with libicu57 included
2017-09-09: Compiled 2.1.1 for Raspbian Stretch
2017-06-26: Compiled the first qt5 version: 2.1.1
2014-11-18: Updated to a freshly compiled 1.9.8 (latest as of writing this).

Dependencies

libssl1.0.2, gstreamer0.10-base, fontconfig, freetype2 and (except for v2.1.1-r) libicu57

For Stretch:

sudo apt install libicu57 libssl1.0.2 gstreamer0.10-base fontconfig freetype2

For Buster (using v2.1.1-rpi):

sudo apt install libssl1.0.2 fontconfig

Note: freetype2 and gstreamer0.10 is not present in buster, but the basic functionality seems to work without them, YMMV.