Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 0eb413002ed8c7e303ab62ad0368f84e > files > 9

blogilo-1.0-1mdv2010.0.i586.rpm

Bilbo Blogger is a free/Open Source Blogging application, focused on simplicity and usability.
It based on a modified version of KDE KBlog library, and uses Qt4 and KDE 4 libraries.

Requirements to build
-=-=-=-=-=-=-=-=-=-=-=-=-=
Bilbo Blogger depends on KDELibs, KDEPimLibs and Boost libraries.
You need KDELibs and KDEPimLibs and Boost library development packages. (e.g. for Kubuntu: kdelibs5-dev and kdepimlibs5-dev and libboost-dev)

To build translations, you need GNU GetText. If you don't like to, just remove po directory.

How To Build The Project
-=-=-=-=-=-=-=-=-=-=-=-=-=
cd bilbo
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install OR su -c 'make install'

to uninstall the project:
make uninstall or su -c 'make uninstall'