Linux install: Mention basic rendering libs (FreeType, Fontconfig).

http://code.google.com/p/phantomjs/issues/detail?id=904
gh-pages
Ariya Hidayat 2012-12-16 23:29:12 -08:00
parent 6dd7624301
commit 5beea348db
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@
<p>For 64-bit system, download <a href="http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-x86_64.tar.bz2">phantomjs-1.7.0-linux-x86_64.tar.bz2</a> (12.6 MB).</p>
</ul>
<p>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).</p>
<p>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 (<a href="http://www.freetype.org/">FreeType</a>, <a href="http://www.freedesktop.org/wiki/Software/fontconfig">Fontconfig</a>) and the basic font files are available in the system.</p>
<p>For older systems, please compile PhantomJS from source (see below).</p>
<h2 id="source">Source Code</h2>
<p>Download <a href="http://phantomjs.googlecode.com/files/phantomjs-1.7.0-source.zip">phantomjs-1.7.0-source.zip</a> (37.7 MB) and follow the <a href="build.html">build instructions</a>.</p>