summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2019-05-17 12:18:50 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2019-05-17 12:18:50 +0200
commitdb557e03a230bf6e5f379a48d3a4219b53654380 (patch)
tree2759d21f7ad7cc777426ea58730eb2d4f0c5457d
parente325dd62756d4d48d0c063874d49a26b8d0a8644 (diff)
downloadeltclsh-db557e03a230bf6e5f379a48d3a4219b53654380.tar.gz
Update the editline section
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index e089524..9e43722 100644
--- a/README
+++ b/README
@@ -21,10 +21,10 @@ compile eltclsh:
- editline library (a.k.a. libedit). The editline library provides
generic line editing and history functions, similar to those found in
sh(1). It is present by default on *BSD systems, but you probably need
- to install it if you run another system. You need a decently recent
- version, as eltclsh need some features that have been added by October
- 2001. We maintain a packaged version of the library here:
- (<http://softs.laas.fr/openrobots/libs/editline.php>).
+ to install it if you run another system. The package is usually called
+ "libedit-dev" or "libedit-devel". If you can't find a packaged version
+ for your system, the portable sources are available at
+ https://thrysoee.dk/editline/
- The GNU make utility, version 3.79 or higher. eltclsh Makefiles use
some GNU make extensions and thus won't work with other make