repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
GuestView event listeners are now removed when the GuestView JavaScript objects are...
[chromium-blink-merge.git]
/
third_party
/
ots
/
INSTALL
blob
4276b81b61fcdf7fb0479b19fb0a4f7e4dc804ab
1
How to build:
2
3
1. If you are building from cloned Git repository, make sure to update the
4
submodules as well:
5
6
$ git submodule init
7
$ git submodule update
8
9
Then run autoreconf
10
11
$ autoreconf -if
12
13
2. Build OTS
14
15
$ ./configure
16
$ make
17
18
3. Run the tests (if you wish)
19
20
$ make check