XmlWidget can create windows using XML languaje. XML window description is sended to XmlWidget using standard input. Events are returned using standard output.

INSTALL

XmlWidget requires:
- Qt4 and Qt4-dev packages.
- CMake 2.4 or better.

Open a new session of terminal and change to xmlwidget directory. Then write:

cmake .
make
make install

