Okular moving
Alexander Neundorf
neundorf at kde.org
Tue Nov 21 00:41:11 GMT 2006
On Tuesday 21 November 2006 01:34, you wrote:
> On Monday 20 November 2006 19:31, Alexander Neundorf wrote:
> > On Monday 20 November 2006 21:05, Leo Savernik wrote:
> > > KEG has become way too big to install it as a whole. Given how bitchy
> > > it is to extract out a single app and build it (has this improved with
> > > cmake?),
> >
> > If everything's done right, it should be quite easy.
> > Just remove all top-level subdirs you don't need and remove the
> > corresponding add_sudirectory() calls in the toplevel CMakeLists.txt.
> > This should be really all.
> > But I think nobody tried yet.
> >
> > Bye
> > Alex
>
> I think what Leo means is some more automatic way of doing it so the user
> building it won't screw it up...
Maybe:
src/ $ cd keg/
src/keg/ $ mkdir build/
src/keg/ $ cd build/
src/keg/build/ $ cmake ..
...
src/keg/build/ $ cd k3b
src/keg/build/k3b $ make; sudo make install
Exactly what is required for building k3b will be built.
Please let me know what you need/expect.
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the kde-core-devel
mailing list