To build NcFTP and the utility programs, you can simply do the following:

    1.  Run the "./configure" script.
    2.  Optionally inspect the Makefiles in each subdirectory.
    3.  Optionally browse and edit config.h.
    4.  "make"
    5.  "make install"

If you want command-line editing and filename completion, you need to have
GNU Readline built and installed already.  Once you have it installed on
your system, NcFTP's configure script will detect it.

If you're daring, and want to build the best ncftp configuration, you can
build the LibNcFTP (the FTP library which the programs use) as a shared
library.  (And hopefully you built Readline as a shared library, too).
To do that, after running configure, go to the libncftp subdirectory and
build libncftp.so.  The Makefile shows how to do this using the GNU
development tools, so for example under linux you would just need to
"make shared" and then install the resulting libncftp.so.2 in your system's
shared library directory (with "make soinstall").
