Latest stable release:
Blogilo 1.0.1:
Bilbo Blogger 1.0 : (This was last release with name Bilbo)
- Source package | Mirror
- Binary packages:
more binaries will be added.
Try latest development snapshot:
Requirements to Install
Blogilo is based on Qt4 and KDE4 libraries.
You need KDELibs, KDEPimLibs and Boost libraries development packages. (e.g. for Kubuntu: kdelibs5-dev, kdepimlibs5-dev and libboost-dev)
It uses SQLite database engine to store data. so you have to install Qt4 driver for it. after release of Qt 4.4 they package it out of Qt-sql package!( In Debian-based systems such as Kubuntu, it’s libqt4-sql-sqlite).
You also need GNU GetText to build and use translations! If you don’t want them just remove “po” dir in source root.
Download source code:
To get latest changes, including new features (may be unstable):
git clone git://anongit.kde.org/kdepim
Install from source:
$ cd kdepim/blogilo && mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
$ make
$ sudo make install OR su -c 'make install'

