Single Language Install for KDE

Anne-Marie Mahfouf annemarie.mahfouf at free.fr
Sun Sep 19 15:14:24 CEST 2004


On 19 September 2004 09:07, Frans Englich wrote:
> On Sunday 19 September 2004 01:03, Segedunum wrote:
> > Hi All,
>
> Hello David,
>
> > I need an answer to a question that has been bugging me for some time.
> > How do pick and install one language from kde-i18n when compiling HEAD
> > without having to download and compile the whole i18n package?
>
> Create a file named "inst-apps" at the top of the module with a line
> containing the name of the directory you want to compile(happens to be the
> language code). Then, run configure etc. You can do this with all modules.
maybe this works only when you already have the whole module.
To use cvs and get only 1 application in a module, say in kde-i18n the 
language zz

cvs co -l kde-i18n
cvs co -l kde-i18n/zz
cd kde-i18n
cvs co admin
modify the subdirs file in kde-i18n and remove all lines except zz
make -f Makefile.cvs
./configure --prefix=/your/kde/dir
make
su -c 'make install'

Cheers,

Anne-Marie


More information about the kde-quality mailing list