9 lines
381 B
Plaintext
9 lines
381 B
Plaintext
|
|
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.
|
|
|
|
[INSTALL]
|
|
|
|
Cross compiling for WIN32 with MINGW32
|
|
./configure --host=i586-mingw32msvc --target=i586-mingw32msvc --enable-syscall
|
|
make
|