From 5db820de767238203dad1b3ac28c300b4396ea22 Mon Sep 17 00:00:00 2001 From: "E:V:A" Date: Fri, 19 Oct 2018 06:57:35 +0000 Subject: [PATCH] Update README.md Added Cygwin package requirements. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e204f5..7a9e374 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,18 @@ Very beta. Prerequisites ============= -You need a C/C++ compiler, plus the liblzma, liblzo and zlib development libraries: +You need a C/C++ compiler, plus the liblzma, liblzo and zlib development libraries +For most distributions, use: ```bash $ sudo apt-get install build-essential liblzma-dev liblzo2-dev zlib1g-dev ``` +For *Cygwin*, use either the original [apt-cyg](https://github.com/transcode-open/apt-cyg) or maintained [apt-cyg](https://github.com/kou1okada/apt-cyg) with: +```bash +$ apt-cyg install patch liblzma-devel liblzo2-devel zlib-devel +``` + Installation ============ @@ -28,3 +34,4 @@ The included `build.sh` script will download squashfs-tools v4.3, patch the sour ```bash $ ./build.sh ``` +