From 9979d4feb7bdae7e921c73f04317f33b9116e002 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 25 May 2020 22:35:34 +0300 Subject: [PATCH] readme: add a note about github's generated zip archives --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae55d548..ae99336a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ We are using Waf build system. If you have some Waf-related questions, I recomme If you're stuck somewhere and you need a clear example, read `.travis.yml` and `scripts/build*.sh`. +NOTE: NEVER USE GitHub's ZIP ARCHIVES. They are broken and don't contain external dependencies sources we're using. + ### Prerequisites #### Windows(Visual Studio) * Install Visual Studio.