QMWEdit Version 0.4 - An easy to use editor(IDE)
Juergen Messerer and Susheel Raut
Dezember 09. 2001
QMWEdit stands for Qt Multi Window Editor
**Requirements**:
You need Qt 3.1.2 or highr and tmake. Both can be found at www.trolltech.com. You can use qmake or tmake to build it.
**How to build it**:
1.) Change to the Editor directory and run make.
If the Makefile is missing, enter
tmake qmwedit.pro -o Makefile or
qmake qmwedit.pro -o Makefile
2.) Then run make.
3.) After the first start you can copy C++.xml to ~/.qmwedit/languages
to see how the syntaxhighlight works.
