Files
qse/qse/README

16 lines
555 B
Plaintext
Raw Normal View History

QSE provides a script engine for various scripting languages. It aims to produce a script engine framework that can be embedded into an application. A hosting application can access various aspects of the embedded script engine and vice versa.
2009-02-02 04:12:49 +00:00
<< INSTALL >>
Cross compiling for WIN32 with MINGW32
2009-02-02 04:12:49 +00:00
2009-02-03 03:54:32 +00:00
./configure --host=i586-mingw32msvc --target=i586-mingw32msvc --enable-syscall
make
2009-02-02 04:12:49 +00:00
<< DOCUMENTATION >>
Generate the API documents with robodoc.
robodoc --rc doc/robodoc.rc --css doc/robodoc.css --src . --doc ./doc/qse --multidoc --index --html