Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 264 Bytes

File metadata and controls

11 lines (8 loc) · 264 Bytes

New autoconf build system

Due to optional introduction of readline support, GNU autotools are used:

NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr/local
# (or ./autogen.sh --prefix=/usr/local)
make

(for example).