1.) ln
-s EDITORLIB-x.x.x EDITOR
2) Change to the Editor directory and run make.
If
the Makefile is missing, enter tmake
editor.pro -o Makefile or qmake
editor.pro -o Makefile and then run make.
This
will build the static library for the editor with syntax highlighting.
3.) Then
go back and run in the qmwedit_x.x.x directory
make.
If the Makefile is also missing just run tmake
qmwedit.pro -o Makefile or qmake
qmwedit.pro -o Makefile
and
run make. |