[Uml-devel] build requirements

Sebastian Stein seb_stein at gmx.de
Thu Sep 18 07:14:04 UTC 2003


Luis De la Parra Blum <lparrab at gmx.net> [030918 15:16]:
> is there a way to get umbrello to build without having to install head-kde ?
> I've built qt3.2, but since I'm on a *very* slow connection it'd be difficult 
> for me to get kdelibs ( and kdebase? ) and build those as well right now just 
> because of umbrello....

It should compile now again. You don't need KDE cvs head. I have KDE 3.1.3
with qt 3.1.2 I think. If you checkout kdesdk, you have to change a line in
admin/acinclude.m4.in (about line 1000):

  if test -z "$1"; then
  # Current default Qt version: 3.2
  kde_qtver=3
- kde_qtsubver=2
+ kde_qtsubver=1

After this small change do the normal stuff:

make -f Makefile.cvs
sh configure --....
cd umbrello
make
make install

Steinchen
-- 
Umbrello UML Modeller
Description     : UML diagram drawing tool for KDE with code generation
Homepage        : http://www.umbrello.org/
Bug Reports     : http://bugs.kde.org/
CVS             : kdesdk/umbrello on cvs.kde.org:/home/kde




More information about the umbrello-devel mailing list