remap: *actually* build, and fix masked logic errors
[tftp-hpa.git] / INSTALL.tftp
blob914094f43f3b813cad5b84dd4ebff169db30155e
1 Specific installation instructions
2 ==================================
4 In addition to what is described in the INSTALL file, the following
5 specifics apply to the tftp-hpa package:
7 The tftp-hpa package supports the following options to ./configure:
9   --without-tcpwrappers
10         Disables the use of the tcp wrapper library.  This is
11         recommended, for performance reasons, on high-use sites.
12         Kernel-based firewalling is, in general, a better alternative.
14   --without-remap
15         Disables the use of regular-expression-based filename
16         remapping (the -m option to tftpd).
18   --without-readline
19         Disables the use of the readline command-line editing library
20         in the tftp client.
22 The default prefix for the tftp-hpa package is /usr, with the tftp
23 client installing as /usr/bin/tftp and the tftpd server installing as
24 /usr/sbin/in.tftpd on most systems.  This can be overridden by setting
25 --bindir and --sbindir.
27 "make install" supports specifying an INSTALLROOT, which points to
28 what will be the root of the filesystem at runtime; this is typically
29 used when preparing packages for package-management systems.
31 You almost certainly will need GNU make to build tftp-hpa.  If you
32 don't already have it, you can find GNU make at:
34     ftp://ftp.gnu.org/pub/make/
36     ftp://mirrors.kernel.org/gnu/make/