GuestView event listeners are now removed when the GuestView JavaScript objects are...
[chromium-blink-merge.git] / third_party / ots / INSTALL
blob4276b81b61fcdf7fb0479b19fb0a4f7e4dc804ab
1 How to build:
3   1. If you are building from cloned Git repository, make sure to update the
4      submodules as well:
6      $ git submodule init
7      $ git submodule update
9      Then run autoreconf
11      $ autoreconf -if
13   2. Build OTS
15      $ ./configure
16      $ make
18   3. Run the tests (if you wish)
20      $ make check