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

Unified Diff: README.md

Issue 29321227: Issue 2735 - Use ensure_dependencies.py in adblockplusie (Closed)
Patch Set: Update libadblockplus version. Use the same version of ensure_dependencies.py as in buildtools Created July 2, 2015, 10:22 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | createsolution.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -4,6 +4,15 @@
This combines a Browser Helper Object with a singleton engine process to block
ads in Internet Explorer. The engine process embeds libadblockplus.
+Getting/updating the dependencies
+---------------------------------
+
+adblockplusie has dependencies that aren't part of this repository. They are
+retrieved and updated when you're generating the VS solution for the build, but
+you can also manually update them by running the following:
+
+ ./ensure_dependencies.py
+
Building
--------
@@ -13,11 +22,11 @@
dependency, set `WINDDKDIR` environment variable to the installation directory
of the Device Kit.
-* Execute `createsolution.bat` to generate project files, this will create
-`build\ia32\adblockplus.sln` (solution for the 32 bit build) and
-`build\x64\adblockplus.sln` (solution for the 64 bit build). Unfortunately,
-V8 (which is used by libadblockplus) doesn't support creating both from the
-same project files.
+* Execute `createsolution.bat` to retrieve dependencies and generate project
+files, this will create `build\ia32\adblockplus.sln` (solution for the 32 bit
+build) and `build\x64\adblockplus.sln` (solution for the 64 bit build).
+Unfortunately, V8 (which is used by libadblockplus) doesn't support creating
+both from the same project files.
* Open `build\ia32\adblockplus.sln` or `build\x64\adblockplus.sln` in
Visual Studio and build the solution there. Alternatively you can use the
`msbuild` command line tool, e.g. run `msbuild /m build\ia32\adblockplus.sln`
« no previous file with comments | « no previous file | createsolution.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld