From 6d4662f014216ba38463d665c61ca0aae89c0971 Mon Sep 17 00:00:00 2001 From: balaskoa <Jeno.Balasko@ericsson.com> Date: Thu, 29 Oct 2020 16:45:43 +0100 Subject: [PATCH] OLD_LIBEDIT related doc Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com> Change-Id: I804f0b15002f3b30265b7054b31e68e876c52c86 --- README.cygwin | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.cygwin b/README.cygwin index 55bc8292c..613440242 100644 --- a/README.cygwin +++ b/README.cygwin @@ -14,7 +14,7 @@ Please be aware that due to the incompatibility of EPL and GPL licenses, one may and distribute the result. ( see https://mmilinkov.wordpress.com/2010/04/06/epl-gpl-commentary/). However from pure technical standpoint Titan can be compiled on GPL-licensed Cygwin as detailed below. -Last tested cygwin version: 3.1.2 +Last tested cygwin version: 3.1.7 Cygwin setup - If Cygwin is installed already, refresh your Cygwin installation @@ -148,7 +148,8 @@ Cygwin setup GUI := no GEN_PDF := no DEBUG := no - OLD_LIBEDIT := yes + OLD_LIBEDIT := yes # if the first line of /usr/include/editline/readline.h + # contains v1.34 or older i.e version of editline is 0:53:0 or older. Compile Titan: cd titan make dep -- GitLab