[Uml-devel] Build instructions?

Ryan Oblak rroblak at gmail.com
Fri Feb 6 04:30:19 UTC 2009


Gopala, thanks for your help.  I managed to compile and run Umbrello.

Now I'm trying to figure out the best development setup.  What do other
Umbrello developers use?


On Thu, Feb 5, 2009 at 3:18 AM, Gopala Krishna <krishna.ggk at gmail.com>wrote:

> On Thu, Feb 5, 2009 at 12:37 PM, Ryan Oblak <rroblak at gmail.com> wrote:
> > Hi,
> >
> > I'm interested in doing some development on Umbrello.  I checked out the
> > latest from anonsvn, but I find build instructions that work.  For
> > reference, I tried running 'make' and 'cmake -Wno-dev' in the umbrello
> > directory.  make complained about not having targets and cmake complained
> > 'Unknown CMake command "kde4_install_icons"'.  If anybody could help me
> with
> > build instructions, I'd appreciate it.
> >
> > Thanks,
> > Ryan
>
> Hi Ryan,
>  Actually you are supposed to invoke "make" after invoking "cmake".
> The cmake execution generates Makefile which can be used by make.
>
> Regarding kde4_install_icons, I think some of the kde macros aren't
> included directly in the CMakeLists.txt in the umbrello directory.
> They are inherited indirectly by the CMakeLists.txt file in the kdesdk
> directory.
> So, try just getting the CMakeLists.txt file from kdesdk and follow
> the next procedures.
>
> 1)Create a directory called "kdesdk"
> 2)Copy kdesdk/CMakeLists.txt and umbrello to above created kdesdk folder.
> 3) cd <builddir>
> 4) cmake <options> <path to kdesdk created above>
> 5) make
> 6) sudo make install
>
> HTH
> --
> Cheers,
> Gopala Krishna A
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/umbrello-devel/attachments/20090205/0b9d2b8e/attachment.html>


More information about the umbrello-devel mailing list