Merge pull request #12462 from peter23/gh-pages

Update 2000-01-02-build.md (apt-get)
gh-pages
Ariya Hidayat 2014-08-17 23:11:59 -07:00
commit b4e3efad65
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ This produces a static build `bin/phantomjs`. This is a self-contained executabl
```bash
sudo apt-get update
sudo apt-get install build-essential chrpath git-core libssl-dev libfontconfig1-dev
sudo apt-get install build-essential chrpath git-core libssl-dev libfontconfig1-dev libxft-dev
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 1.9
@ -34,6 +34,7 @@ git checkout 1.9
```
####Tested on:
+ Ubuntu (10.04, 11.04, 12.04)
+ Debian (7.6)
### yum-based systems