forked from bbs-io/mbse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Ubuntu
28 lines (22 loc) · 933 Bytes
/
README.Ubuntu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$Id: README.Ubuntu,v 1.2 2007/09/02 10:00:40 mbse Exp $
Unlike most distributions, Ubuntu doesn't install programs that may be usefull
for mbsebbs by default. Before you run ./configure install the following
packages to make mbsebbs run with most features:
Package Provides
-------------- --------------------------------------------------------------
xinetd Icoming TCP/IP networking.
libc6-dev To allow compiling of programs.
libz-dev To allow mailer zlib compression.
libbz2-dev To allow mailer bz2 compression.
automake To rebuild configure if needed.
telnetd Telnet sessions to the bbs.
arj ARJ archiver.
rar RAR archiver.
lha LHArc archiver.
arc Arc archiver.
zoo ZOO archiver.
lrzsz Zmodem, Ymodem file transfers for the bbs (obsolete).
joe External editor for the bbs.
Install these programs by using 'sudo apt-get install Package'.
The xinetd and libc6-dev package are mandatory!
sudo bash /path/to/SETUP.sh