LEFT | RIGHT |
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 Loading... |
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*. |
LEFT | RIGHT |