From 5cd6f371de87c61ba54d52b3274ea92c17303fad Mon Sep 17 00:00:00 2001 From: polos Date: Wed, 22 Feb 2017 10:53:09 +0100 Subject: [PATCH] add note for '(require :cmp)' (Windows only) --- README-1.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README-1.txt b/README-1.txt index 7a4f56a..43be3cd 100644 --- a/README-1.txt +++ b/README-1.txt @@ -71,7 +71,10 @@ BUILD (N.B. for rebuilding, please see README-REBUILD.txt) [Windows] - You first need to adapt the file src/windows.pri (include & library paths). + You first need to adapt the file 'src/windows.pri' (include & library paths). + Since EQL requires the C compiler anyway (not the bytecode compiler), you + should put this line in your '~/.eclrc': + (require :cmp) [MSVC] substitute make with nmake