[Kde-games-devel] compiling kblocks
Albert Astals Cid
aacid at kde.org
Sun Dec 16 17:20:35 CET 2007
A Diumenge 16 Desembre 2007, Dapeng Zhang va escriure:
> Hi Mauricio Piacentini,
>
> I'm trying to compile kblocks.
>
> The source code is from
> svn co svn://anonsvn.kde.org/home/kde/trunk/playground
>
> In game directory, I tried
> make -f Makefile.cvs
> Then ./configure and make
>
> However, kblock is not compiled.
>
> Do you know what should I do for compiling it?
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/games
cd games
mkdir build
cd build
cmake ..
cd kblocks
make
make install
That providing you have a working KDE4 installation, for that see
http://techbase.kde.org/Getting_Started/Build/KDE4
Albert
>
> Thanks
>
> Dapeng
>
> _______________________________________________
> kde-games-devel mailing list
> kde-games-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kde-games-devel
More information about the kde-games-devel
mailing list