Ariya Hidayat 2012-09-23 06:59:09 -07:00
parent fe77e4c800
commit 2a4ff0da92
1 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@
<pre>
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 1.6
git checkout 1.7
./build.sh
</pre>
@ -89,7 +89,7 @@ git checkout 1.6
sudo apt-get install build-essential chrpath git-core libssl-dev libfontconfig1-dev
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 1.6
git checkout 1.7
./build.sh
</pre>
@ -99,7 +99,7 @@ git checkout 1.6
sudo yum install gcc gcc-c++ make git openssl-devel freetype-devel fontconfig-devel
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 1.6
git checkout 1.7
./build.sh --jobs 1
</pre>
@ -121,7 +121,7 @@ nmake -f ms\nt.mak install
<pre>
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 1.6
git checkout 1.7
</pre>
<p>Edit file <code>src\qt\preconfig.cmd</code> and change OPEN_SSL_DIR variable to point to the OpenSSL working directory.</p>