Skip to content

Files

Latest commit

 

History

History

blogilo

Blogilo is a free/Open Source Blogging application, focused on simplicity and usability.

Requirements to build
-=-=-=-=-=-=-=-=-=-=-=-=-=
Blogilo 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)

How To Build The Project
-=-=-=-=-=-=-=-=-=-=-=-=-=
cd blogilo
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'