From d88be084867a87d831ced0bec1169cc91654c60a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 3 Jun 2022 17:34:43 -0400 Subject: [PATCH] updated for cygwin this now has all the packages for building feisty meow code on cygwin. we hope. --- scripts/core/prep_feisty_host.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index e67b991b..57ef9ddc 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -120,8 +120,12 @@ elif [ "$OS" == "Windows_NT" ]; then echo need to fix apt cyg install list somewhat. #hmmm: list is in our docs as a separate file for cygwin. # plug those packages into here please. - apt-cyg install mawk openssl-devel libz-devel curl-devel + apt-cyg install gawk libcurl-devel openssl-devel zlib-devel exit_on_error $PHASE_MESSAGE + +#extended set. just add them? +# xorg-server xorg-docs xlaunch + fi fi -- 2.34.1