Index: README.md |
diff --git a/README.md b/README.md |
index f1063cc7a69f87a2db239fb7e93848b0e2bd0a1b..abfc8c06082e6a3a3d2f3cff900d87d0991318a3 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 e.g. debian based system |
+one can use `p7zip-full` package and `p7zip` on rpm based. |
sergei
2018/07/09 14:11:16
@Hubert, could you please confirm that it's correc
hub
2018/07/09 14:44:39
On Fedora 28, `7z` is in `p7zip-plugins`. `p7zip`
sergei
2018/07/09 15:20:31
Acknowledged.
|
+ |
Win32: |
* At least v141 Visual C++ toolset (available in Microsoft Visual Studio 2017). |