From 3faf9cb23b60a494054a50a1dab8436ca995ee45 Mon Sep 17 00:00:00 2001 From: polos Date: Fri, 28 Apr 2017 21:26:02 +0200 Subject: [PATCH] review README-1.txt --- README-1.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README-1.txt b/README-1.txt index 70823b4..2dc0f32 100644 --- a/README-1.txt +++ b/README-1.txt @@ -189,17 +189,21 @@ In order to run (sort of) a top-level processing Qt events, do: QT MODULES (help, multimedia, network, quick, sql, svg, webengine, webkit) ========== -To build an EQL module (corresponding to a Qt module), do the following in src/: +N.B. skip this if you already built from 'eql5.pro' (see above) + + To build an EQL module (corresponding to a Qt module), do the following in + src/: qmake module_.pro (e.g. qmake module_network.pro) make sudo make install (unix only) - [Linux,OSX] - (N.B. skip this if you did "sudo make install") - You need to create links to the modules, see EQL library above. + [Linux,OSX] + (N.B. skip this if you did "sudo make install") + You need to create links to the modules, see EQL library above. In Lisp, use function QREQUIRE to load a module: + (qrequire :network)