From: Darius S. <dst...@us...> - 2001-07-08 16:13:09
|
Update of /cvsroot/kuml/kuml/kuml_gui/src/ige In directory usw-pr-cvs1:/tmp/cvs-serv1565 Modified Files: readme.txt Log Message: Updated Index: readme.txt =================================================================== RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** readme.txt 2001/07/08 12:48:57 1.2 --- readme.txt 2001/07/08 16:13:07 1.3 *************** *** 4,7 **** --- 4,10 ---- Last updated on 2001-07-08 + This file gives you some information on the interactive graphical editor + (IGE) for kUML. + You can use the provided makefile to build the sources or create a new one with tmake from TrollTech. It's a free tool and can be download at www.troll.no. *************** *** 10,13 **** --- 13,21 ---- tmake ige.pro -o Makefile + The framework is build as a dynamic library now. This will reduce the turn + around times while development. There is a test application that dynamic + link against the framework and starts it. + + Remark: tmake assumes that the environment variable QTDIR is pointing to the root path *************** *** 15,24 **** If you use Mandrake Linux you may encounter problems with unset environment ! variables like QTDIR and KDEDIR. The generated makefile make use of QTDIR and therefore it must be set in order to compile the sources without errors. I've written a small script workaround that sets this variable and starts the make process. You may use it if you share my problem. - Darius Stachow <sta...@in...> --- 23,31 ---- If you use Mandrake Linux you may encounter problems with unset environment ! variables like QTDIR and KDEDIR. The generated makefile makes use of QTDIR and therefore it must be set in order to compile the sources without errors. I've written a small script workaround that sets this variable and starts the make process. You may use it if you share my problem. Darius Stachow <sta...@in...> |