Files
qse/qse/README

16 lines
559 B
Plaintext
Raw Normal View History

QSE provides a script engine for various scripting languages and utility programs. It aims to produce a flexible 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.
2009-02-21 23:06:45 +00:00
robodoc --rc doc/robodoc.rc --css doc/robodoc.css --src . --doc ./doc/qse