SQLite

Tuesday, January 1, 1980

install ReadLine (readline.h will likely go into /usr/local/include). Then edit the SQLite Makefile generated from .configure changing some lines:

    # Compiler options needed for programs that use the readline() library.
    #
    READLINE_FLAGS = -DHAVE_READLINE=1 -I/usr/local/include/readline

    # The library that programs using readline() must link against.
    #
    LIBREADLINE = -lreadline