From e4bf99f052d018d4046241cec6db40c5f7c384c1 Mon Sep 17 00:00:00 2001 From: anon <anon@anon.anon> Date: Fri, 15 Dec 2023 14:14:03 +0100 Subject: [PATCH] corrected compile dependency list --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de1a0d9..f5a44a8 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,13 @@ fixing it would have been a lost cause, if not for Cscope itself. Well, Csope no # Installation You will have to compile from source. -After you made sure you have the following (dev) libraries installed: +After you made sure you have the following installed: ncurses GNU Readline GNU History (should come with Readline) + Lex (or GNU Flex) + Yacc (or GNU Bison) Just run: