From 4987558a566e78c37df56e02b8a0b321ac5f1299 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 2 Apr 2003 02:55:11 +0000 Subject: [PATCH] Mention required readline and termcap libraries. --- README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.txt b/README.txt index 0f7c75dae..6ec96e83f 100644 --- a/README.txt +++ b/README.txt @@ -59,6 +59,14 @@ on a UNIX-like system: A version problem with this program is the most common cause of difficulty. See the Icarus Verilog FAQ. + - readline 4.2 + On Linux systems, this usually means the readline-devel + rpm. In any case, it is the development headers of readline + that are needed. + + - termcap + The readline library in turn uses termcap. + 2.2 Compilation Unpack the tar-ball and cd into the verilog-######### directory