From ab19ef9342dc74b86883965af696ffe4b67ec4d9 Mon Sep 17 00:00:00 2001
From: Elemer Lelik <erititan@users.noreply.github.com>
Date: Thu, 9 Jun 2016 13:08:26 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index a2b756bdf..cdb35c47b 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,13 @@ A new feature added after the release of TITAN version 5.5 requires the linking
 The TTCN-3 makefile generator now automatically adds this new library to the platform-specific linker flags (-lncurses  for Linux):
 
 SOLARIS_LIBS = -lsocket -lnsl -lxml2 -lcurses
+
 SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -lcurses
+
 LINUX_LIBS = -lxml2 -lncurses
+
 FREEBSD_LIBS = -lxml2 -lncurses
+
 WIN32_LIBS = -lxml2 -lncurses
 
 If you are using this tool to generate your makefile, then regenerating it should fix the problem. Otherwise you’ll need to add the library to the linker flags manually (the Eclipse designer plug-in’s makefile generator does not add this library). You could also revert back to the official TITAN 5.5 release.
-- 
GitLab