Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Installing Gjstest On Ubuntu

Minh T. Nguyen edited this page Jun 19, 2015 · 3 revisions

How to install Google JS Test on Ubuntu Linux

To get a working gjstest command, do the following steps in order. (This has been tested on Ubuntu 12.04 LTS.)

libxml and libprotobuf

  • sudo apt-get update
  • sudo apt-get install libxml2-dev libprotobuf-dev

glog

re2

gflags

v8

  • git clone git://github.com/v8/v8
  • cd v8; make dependencies && make library=shared native
  • sudo cp include/* /usr/local/include/
  • sudo cp out/native/lib.target/libv8.so /usr/local/lib/

gjstest

Clone this wiki locally