diff --git a/README.md b/README.md index 68c10eb..ed8a12b 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file diff --git a/bin/phantomjs b/bin/phantomjs index 8e4f023..58baade 100755 Binary files a/bin/phantomjs and b/bin/phantomjs differ