forked from jedsoft/bbftp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
31 lines (20 loc) · 869 Bytes
/
INSTALL
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
28
29
30
31
-*- text -*-
NOTE: Bbftp uses the crypto library, which is not included here and
must be install before bbftp can be compiled. Debian users should
install the libssl-dev package to get this library:
apt-get install libssl-dev
To build and install software, run the following commands:
make config
make build
make install
By default, it will be installed under /usr/local. To configure the
software with a different prefix, or other configuration options, use
a variation of
make CONFIGOPTS="--prefix=/usr/local" config
If you have slsh installed, the software can be tested prior to
the installation. Before running the test, first make sure that you
can login to localhost by running
ssh localhost
After sucessfully logging into localhost, log out, then run the test:
make check
Note: This test requires at least 3GB of space in /tmp