From 5beea348db50babdfc5b49d34d3ea657f7566700 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sun, 16 Dec 2012 23:29:12 -0800 Subject: [PATCH] Linux install: Mention basic rendering libs (FreeType, Fontconfig). http://code.google.com/p/phantomjs/issues/detail?id=904 --- download.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/download.html b/download.html index 9eeca868..acbd921a 100755 --- a/download.html +++ b/download.html @@ -82,7 +82,8 @@

For 64-bit system, download phantomjs-1.7.0-linux-x86_64.tar.bz2 (12.6 MB).

-

This package is built on Ubuntu Lucid (10.04). It should run successfully on Lucid or more modern systems (including other distributions). There is no requirement to install Qt, WebKit, or any other libraries. For older systems, please compile PhantomJS from source (see below).

+

This package is built on Ubuntu Lucid (10.04). It should run successfully on Lucid or more modern systems (including other distributions). There is no requirement to install Qt, WebKit, or any other libraries. It is however expected that some base libraries necessary for rendering (FreeType, Fontconfig) and the basic font files are available in the system.

+

For older systems, please compile PhantomJS from source (see below).

Source Code

Download phantomjs-1.7.0-source.zip (37.7 MB) and follow the build instructions.