update README-1.txt (windows.pri)
This commit is contained in:
parent
938b896a15
commit
1eb0eef2fd
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue