Skip to content

Commit

Permalink
Merge pull request #7 from piksel/stretch
Browse files Browse the repository at this point in the history
Make Stretch the new default branch
  • Loading branch information
piksel authored Dec 10, 2017
2 parents a86241f + ac1ad52 commit 099d6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Compiled on Raspbian Hardfloat.

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

__Note__: Due to different versions of libraries for Rasbian Stretch, you'll have to use the [stretch branch](https://github.com/piksel/phantomjs-raspberrypi/tree/stretch).
__Note__: Due to different versions of libraries for Rasbian prior to Stretch, you'll have to use the [jessie branch](https://github.com/piksel/phantomjs-raspberrypi/tree/jessie).

__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__:
`libicu52`, `libssl1.0.0`, `gstreamer0.10-base`, `fontconfig`, and `freetype2`
`libicu57`, `libssl1.0.2`, `gstreamer0.10-base`, `fontconfig`, and `freetype2`

To install them:
`sudo apt install libicu52 libssl1.0.0 gstreamer0.10-base fontconfig freetype2`
`sudo apt install libicu57 libssl1.0.2 gstreamer0.10-base fontconfig freetype2`
Binary file modified bin/phantomjs
Binary file not shown.

0 comments on commit 099d6b0

Please sign in to comment.