Layer8Err / cygwin-whiptail

Debian source complied for Cygwin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cygwin-whiptail

Debian source complied for Cygwin

Source downloaded from: http://http.debian.net/debian/pool/main/n/newt/newt_0.52.20.orig.tar.xz newt project hosted at: https://pagure.io/newt Original code written by Miroslav Lichvar

Compilation

Steps to compile under Cygwin:

autoreconf -vif
./configure --prefix=/usr/lib/erlang/lib
make

This will throw errors. You will need to install dependencies:

  • slang-devel
  • libpopt-dev

Hacks

Edit the Makefile to comment out the snack section Run make again

Instalation

Copy whiptail.exe to your cygwin bin folder

cp whiptail.exe /bin/.

About

Debian source complied for Cygwin

License:GNU General Public License v2.0


Languages

Language:C 84.6%Language:Python 10.0%Language:Roff 2.5%Language:Makefile 1.7%Language:M4 1.1%Language:Shell 0.0%