mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-12 04:10:45 -08:00
| .. | ||
| lisp | ||
| eql-lrelease | ||
| eql-lrelease.bat | ||
| eql-lupdate | ||
| eql-lupdate.bat | ||
| main.cpp | ||
| make.lisp | ||
| my_app.pro | ||
| README.txt | ||
| tr.lisp | ||
HOWTO
=====
Prepare:
- in "make.lisp", add all of your lisp files to *lisp-files* (see "lisp/")
- adapt main.cpp (translations, initial Lisp form to evaluate, package name).
Build:
remove "tmp/" (if present)
eql5 make
qmake
make (MSVC: nmake)
Now you should find a "my_app" executable.
Notes:
[Windows]
Please note function
eql.ignoreIOStreams();
in main.cpp, as printing to *standard-output* would crash your GUI
application.