Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: README.md

Issue 5519479341580288: Issue 2437 - Update adblockplus dependency to revision 752ffe2eeaf1 (Closed)
Left Patch Set: Make the properties enumerable Created April 30, 2015, 1:14 p.m.
Right Patch Set: Run ensure_dependencies.py during the build Created May 29, 2015, 7:12 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .hgsubstate ('k') | dependencies » ('j') | libadblockplus.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 libadblockplus 1 libadblockplus
2 ============== 2 ==============
3 3
4 A C++ library offering the core functionality of Adblock Plus. 4 A C++ library offering the core functionality of Adblock Plus.
5 5
6 Getting/updating the dependencies 6 Getting/updating the dependencies
7 --------------------------------- 7 ---------------------------------
8 8
9 libadblockplus has dependencies that aren't part of this repository. To update 9 libadblockplus has dependencies that aren't part of this repository. They are
10 those, run the following after every repository update: 10 retrieved and updated during the build process, but you can also manually update
11 them by running the following:
11 12
12 ./ensure_dependencies.py 13 ./ensure_dependencies.py
13 14
14 Building 15 Building
15 -------- 16 --------
16 17
17 ### Unix 18 ### Unix
18 19
19 All you need is Python 2.6 and Make: 20 All you need is Python 2.6 and Make:
20 21
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 197
197 ### Unix 198 ### Unix
198 199
199 The shell is automatically built by `make`, you can run it as follows: 200 The shell is automatically built by `make`, you can run it as follows:
200 201
201 build/out/abpshell 202 build/out/abpshell
202 203
203 ### Windows 204 ### Windows
204 205
205 Just run the project *abpshell*. 206 Just run the project *abpshell*.
LEFTRIGHT

Powered by Google App Engine
This is Rietveld