From 793ded44d6e72e5d53533f366d58e8029140beae Mon Sep 17 00:00:00 2001 From: polos Date: Tue, 25 Apr 2017 08:36:49 +0200 Subject: [PATCH] Update README-1.txt (building ECL from sources) --- README-1.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README-1.txt b/README-1.txt index 90c53b2..0a2b3f7 100644 --- a/README-1.txt +++ b/README-1.txt @@ -56,10 +56,18 @@ REQUIREMENTS PREPARE ======= -You can have both old EQL and EQL5 installed in parallel (exe and lib names differ). +Install the ECL sources, and build it from the sources (ECL needs to be built with the +same compiler you'll use to compile EQL5). -If you have both Qt4 and Qt5 installed, you can use the following environment variable -to switch between the both (Unix): +Just use the standard configuration of ECL (both threads & unicode enabled). + +Qt4/Qt5 note: + + You can have both old EQL (Qt4) and EQL5 (Qt5) installed in parallel (exe and lib + names differ). + + If you have both Qt4 and Qt5 installed, you can use the following environment variable + to switch between the both (Unix): export QT_SELECT=5