Newt is a programming library for color text mode, widget based user interfaces. It can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the S-Lang library.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://fedorahosted.org/releases/n/e/newt/newt-0.52.19.tar.gz
Download MD5 sum: e4aa0f7943edd39c52481a87f68f412a
Download size: 180 KB
Estimated disk space required: 7.2 MB
Estimated build time: 0.1 SBU
GPM-1.20.7 (runtime)
Python-2.7.12 and Python-3.5.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/newt
Install newt by running the following command:
sed -e 's/^LIBNEWT =/#&/' \ -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \ -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \ -i Makefile.in && ./configure --prefix=/usr --with-gpm-support && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed -e ... -i Makefile.in: Disables installation of a static library.
Last updated on 2016-08-28 20:08:04 -0700