update README-1.txt (windows.pri)

This commit is contained in:
polos 2017-04-30 20:34:24 +02:00
parent 938b896a15
commit 1eb0eef2fd

View file

@ -102,6 +102,11 @@ BUILD
[Windows]
You first need to adapt the file 'src/windows.pri' (include & library
paths).
You also should add your eql5 directory (for eventual C++ modules), e.g:
INCLUDEPATH += ... c:/eql5/src
LIBS += ... -Lc:/eql5
Since EQL requires the C compiler anyway (not the bytecode compiler), you
should put this line in your '~/.eclrc':
(require :cmp)