about summary refs log tree commit diff stats
path: root/install-all.sh
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-08 19:45:19 +0000
committerJames Booth <boothj5@gmail.com>2015-03-08 19:45:19 +0000
commit232bf9b7fc80b0f2013359f002d38bc7a4d9c50f (patch)
tree096ced9c902ecc3cb14f8a8954020c4ac01dbf04 /install-all.sh
parent8d968884051cec3c6fc4e6b678a3430d4b88daf2 (diff)
downloadprofani-tty-232bf9b7fc80b0f2013359f002d38bc7a4d9c50f.tar.gz
Added libreadline-devel to install-all.sh for cygwin
Diffstat (limited to 'install-all.sh')
-rwxr-xr-xinstall-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-all.sh b/install-all.sh
index 8972bace..a054e166 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -60,9 +60,9 @@ cygwin_prepare()
     mv apt-cyg /usr/local/bin/
 
     if [ -n "$CYG_MIRROR" ]; then
-        apt-cyg -m $CYG_MIRROR install git make gcc-core m4 automake autoconf pkg-config openssl-devel libexpat-devel zlib-devel libncursesw-devel libglib2.0-devel libcurl-devel libidn-devel libssh2-devel libkrb5-devel openldap-devel libgcrypt-devel libtool
+        apt-cyg -m $CYG_MIRROR install git make gcc-core m4 automake autoconf pkg-config openssl-devel libexpat-devel zlib-devel libncursesw-devel libglib2.0-devel libcurl-devel libidn-devel libssh2-devel libkrb5-devel openldap-devel libgcrypt-devel libreadline-devel libtool
     else
-        apt-cyg install git make gcc-core m4 automake autoconf pkg-config openssl-devel libexpat-devel zlib-devel libncursesw-devel libglib2.0-devel libcurl-devel libidn-devel libssh2-devel libkrb5-devel openldap-devel libgcrypt-devel libtool
+        apt-cyg install git make gcc-core m4 automake autoconf pkg-config openssl-devel libexpat-devel zlib-devel libncursesw-devel libglib2.0-devel libcurl-devel libidn-devel libssh2-devel libkrb5-devel openldap-devel libgcrypt-devel libreadline-devel libtool
 
     fi
 }