[Uml-devel] Build instructions?

Gopala Krishna krishna.ggk at gmail.com
Thu Feb 5 11:18:18 UTC 2009


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




More information about the umbrello-devel mailing list