Download: Link to 1.8.1 for OS X and Linux.

http://code.google.com/p/phantomjs/issues/detail?id=863
gh-pages
Ariya Hidayat 2013-01-06 09:33:19 -08:00
parent 554190848e
commit 248adcb6ab
1 changed files with 4 additions and 5 deletions

View File

@ -70,7 +70,7 @@
<p><strong>Note</strong>: For this static build, the binary is self-contained with no external dependency. It will run on a fresh install of Windows XP or later versions. There is no requirement to install Qt, WebKit, or any other libraries.</p>
<h2 id="mac">Mac OS X</h2>
<p>Download <a href="http://phantomjs.googlecode.com/files/phantomjs-1.8.0-macosx.zip">phantomjs-1.8.0-macosx.zip</a> (10.3 MB) and extract (unzip) the content.</p>
<p>Download <a href="http://phantomjs.googlecode.com/files/phantomjs-1.8.1-macosx.zip">phantomjs-1.8.1-macosx.zip</a> (10.3 MB) and extract (unzip) the content.</p>
<p>The binary <code>bin/phantomjs</code> is ready to use.</p>
<p><strong>Note</strong>: For this static build, the binary is self-contained with no external dependency. It will run on a fresh install of Snow Leopard or later versions. There is no requirement to install Qt or any other libraries.</p>
<p><strong>Alternative</strong> installation using Homebrew:</p>
@ -78,11 +78,10 @@
<p><strong>Warning</strong>: MacPorts does not have updated PhantomJS build yet. Installing via MacPorts is not recommended.</p>
<h2 id="linux">Linux</h2>
<p>For 64-bit system, download <a href="http://phantomjs.googlecode.com/files/phantomjs-1.8.0-linux-x86_64.tar.bz2">phantomjs-1.8.0-linux-x86_64.tar.bz2</a> (13 MB).</p>
<p>Coming soon: binary package for 32-bit system.</p>
</ul>
<p>For 64-bit system, download <a href="http://phantomjs.googlecode.com/files/phantomjs-1.8.1-linux-x86_64.tar.bz2">phantomjs-1.8.1-linux-x86_64.tar.bz2</a> (13 MB).</p>
<p>For 32-bit system, download <a href="http://phantomjs.googlecode.com/files/phantomjs-1.8.1-linux-i686.tar.bz2">phantomjs-1.8.1-linux-i686.tar.bz2</a> (14 MB).</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>This package is built on CentOS 5.8. 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>