December 10, 2007

Progress

I've been translating Parcellite to C for version 0.5. So far I have it catching clipboard history and the history menu is working. Been going at a slow pace, I want to make sure the code is clean and as bug free as I can write it. I would be further along if I hadn't spent more time understanding how the autotools work.

You can grab the current progress from the C branch of my subversion.

svn co http://xyhthyx.googlecode.com/svn/branches/C/ parcellite-C


At the moment you need the latest autotools. Just do the following to compile.

./autogen.sh
./configure
make
sudo make install

No comments: