Port of schuchert.wikispaces.com


vm.compiling.phantomjs2.ubuntu

vm.compiling.phantomjs2.ubuntu

These notes come from two sources:

The steps are repeated here because the order is different from the base instructions:

    sudo apt-get install build-essential g++ flex bison gperf ruby perl \
      libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \
      libpng-dev libjpeg-dev python libx11-dev libxext-dev
    git clone git://github.com/ariya/phantomjs.git
    cd phantomjs
    git checkout 2.0
    ./build.sh --confirm
    git clean -fdx
    ./build.sh --qt-config "-I /usr/local/include/ -L /usr/local/lib/" --confirm

Comments

" Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.