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

Unified Diff: README.md

Issue 29825642: Noissue - add 7z requirement into README.md (Closed) Base URL: https://github.com/adblockplus/libadblockplus@d361cdf75c6c5af2aaa9b484092ded6c0a1dc441
Patch Set: address comments Created July 9, 2018, 3:20 p.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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index f1063cc7a69f87a2db239fb7e93848b0e2bd0a1b..4501d3289f10c1fd73cdc40ad995c758e60a5738 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,14 @@ Building
### Supported target platforms and prerequisites
-You need a C++14 compatible compiler to build libadblockplus. Below there is
+General:
+* You need a C++14 compatible compiler to build libadblockplus. Below there is
the list of tested tools.
+* 7z
+We use 7z for prebuilt V8. In order to install it on a debian-based system
+one can use `p7zip-full` package and `p7zip-plugins` on rpm-based.
hub 2018/07/13 14:39:36 I'd write "one can use `p7zip-full` package, or
sergei 2018/08/20 10:07:34 Done.
+
Win32:
* At least v141 Visual C++ toolset (available in Microsoft Visual Studio 2017).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld