Download

Latest stable release:

Bilbo Blogger 1.0 : (This was last release with name Bilbo)

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:

For current development source from kde trunk:

svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdepim/blogilo

Install from source:

$ cd blogilo && mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
$ make
$ sudo make install OR su -c 'make install'

  1. No comments yet.

Comments are closed.

-->