add note for '(require :cmp)' (Windows only)

This commit is contained in:
polos 2017-02-22 10:53:09 +01:00
parent 115923b60e
commit 5cd6f371de

View file

@ -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