RSS Feeds
Posted in myProjects      4 comments

Some minutes ago, i imported KBlogger Source on KDE Svn. You can Download and compile the last version in few steps:

  • get the code with "svn co svn://anonsvn.kde.org/home/kde/trunk/playground/network"
  • execute "make -f Makefile.cvs" in the network dir.
  • ./configure
  • cd kblogger
  • make
  • make install

That’s all!

4 Comments to “KBlogger imported in the KDE SVN.”

  • svn: comand not found…is anywhere a simple tar.gz to compile?

  • svn is a command! :P you can install svn (on a debian based system) with a “apt-get install subversion”. Only the official release have a tarball…
    Ciao! :)

  • COMAND not found, I said :-)
    I have installed kdesvn, but without effect, now I’m installing subversion and the comand creates a lot of folders from atmosfere to ksniffer, I’m on dialup connection…

  • see the last post how-to-compile-kblogger-from-svn… :)

Post comment