First public version of Pino 0.3

September 14 2010

Hi there. Today I want to publish all sources of the third version of Pino. It's not a full release and not even an alpha version, but you can build it and try to run. Pino 0.3 is a completely new project. So, I put it on the new project hosting with it's own issue tracker. But don't send me issues before first alpha release, please :)

You can download sources from Mercurial repository:

hg clone http://bitbucket.org/troorl/pino3

To build it, type something like this:

cd pino3
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=tmp -DUBUNTU_ICONS=OFF -DENABLE_DEBUG=OFF && make
make install

And run it:

tmp/bin/pino

So, that's it. Thank you for your patience. And thanks to joeyb for his nice blog engine.