From 8c383a3232501843c9b5b82197fa9f2c3358e22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Fri, 29 May 2020 01:47:28 +0200 Subject: [PATCH] README.md: add GStreamer library dependency information --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a60893b2..11e889925 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ PackSquash analyzes all the resource pack files in a directory, applying file ty In addition to these techniques, all files are compressed in the generated ZIP file using the Zopfli algorithm, which is a state of the art DEFLATE encoder made by Google. It is tuned for very high space savings at the cost of performance, but tests with ~200 files resource packs show that it is still fast enough. ## Download -To get PackSquash, you can build it yourself, like the CI action in this repository does. Alternatively, you can get a pre-built release for 64-bit Windows, Linux and macOS systems from [here](https://github.com/ComunidadAylas/PackSquash/releases/latest). +To get PackSquash, you can build it yourself, like the CI action in this repository does. You will also need to install both the development and runtime GStreamer libraries manually. + +You can get a pre-built release for 64-bit Windows, Linux and macOS systems from [here](https://github.com/ComunidadAylas/PackSquash/releases/latest). ## Usage ```