From 70c80ac22ec551c1c6e4f8f6f8b423c674294969 Mon Sep 17 00:00:00 2001 From: Tony Lawrence Date: Sat, 22 Oct 2022 20:02:16 -0400 Subject: [PATCH] Mention autoconf.sh in build instructions (#61) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6438e67..e041a1f 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ current maintainer works exclusively on GNU/Linux systems, so it may use GCC and GNU Make specific extensions here and there. This is not on purpose and patches or pull requests to correct this are most welcome! +0. Call ./automake.sh if you build from git 1. Configure editline with default features: ./configure 2. Build the library and examples: make all 3. Install using make install