this is the only command needed:\r
\r
apt-cyg install bc crypt emacs email expect gcc-g++ git gitk gvim inetutils \\r
- libcurl-devel libgnutls-devel make mutt ncftp openssh perl python \\r
- subversion time unzip util-linux vim xinit xterm zip\r
+ libcrypt-devel libcurl-devel libgnutls-devel make mutt ncftp openssh \\r
+ openssl-devel perl python subversion time unzip util-linux vim xinit \\r
+ xterm zip\r
\r
\r
===========\r
\r
libraries:\r
libcurl-devel\r
+ libgnutls-devel \r
+ openssl-devel\r
\r
build tools:\r
gcc4\r
# These flags may be useful across multiple compilers.
#
-# SSL brings in the openSSL libraries.
+# SSL brings in the OpenSSL libraries.
USE_SSL=
# CURL provides access to the curl library.
# IS_MSYS will be non-empty if this is the msys toolset. otherwise
# we assume that it's cygwin.
IS_MSYS=$(uname | grep -i ming)
+
+ # if not MSYS, then we'll assume cygwin and set the cygwin root var.
+ if [ -z "$IS_MSYS" ]; then
+ define_yeti_variable CYGROOT=$(cygpath -w -m /)
+ fi
fi
##############