slrn is a slang-based news reader, capable of reading local news spools as well as groups from an NNTP server. Small local news spools can also be created with the use of the slrnpull program included in the slrn distribution.
Download (HTTP): http://telia.dl.sourceforge.net/sourceforge/slrn/slrn-0.9.7.4.tar.bz2
Download (FTP): ftp://ftp.fu-berlin.de/pub/unix/news/slrn/slrn-0.9.7.4.tar.gz
Download size: 850 KB
Estimated Disk space required: 2.1 MB
Estimated build time:
slang-1.4.9 and MTA (See Chapter 22)
Install slrn by running the following commands:
./configure --prefix=/usr --with-slrnpull && make LDFLAGS="-ldl" && make install |
./configure --prefix=/usr: Specify /usr to install to instead of /usr/local.
./configure --with-slrnpull: Build the slrnpull executable.