From 2314d7ef187934792c362574f46666284d30cf1b Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Mon, 7 Nov 2022 21:53:03 +0100 Subject: [PATCH] Add missing file content (#1301) * added file content --- code/components/miniz/readme2.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/code/components/miniz/readme2.md b/code/components/miniz/readme2.md index 8d1c8b69..da2b7ea1 100644 --- a/code/components/miniz/readme2.md +++ b/code/components/miniz/readme2.md @@ -1 +1,8 @@ - +The files in this folder are a direct extraction of the miniz release from https://github.com/richgel999/miniz/releases + +It should be possible to include the repo directly as a submodule, how ever it causes various issues. See also + - https://github.com/richgel999/miniz/issues/145 + - https://github.com/espressif/esptool/pull/500#issuecomment-574879468 + + For sumplicity we therefore use the release files as suggested in the readme. + Additionally we added the CMakeLists.txt and this readme. \ No newline at end of file