Friday, May 29, 2009

KDE4 Port Published

Today I published KCheckGMail's KDE4 port. It's on my public repository. You can just download the latest kde4-port branch snapshot or clone the repository.


Getting and Building KCheckGMail (clone the repo)


    1.
    git clone git://git.debian.org/users/lpereira-guest/kcheckgmail.git kcheckgmail-kde4

    2.
    cd kcheckgmail-kde4

    3.
    git checkout -b kde4-port origin/kde4-port

    4.
    mkdir build

    5.
    cd build

    6.
    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull .. && make

    7.
    sudo make install

If you don't have sudo just type:
su -c 'make install'


If you don't want to clone the repository, just download the latest kde4-port branch snapshot. Then unpack it, enter the directory, and follow the steps above, starting on number 4.

Your feedback is very welcome. Just write to luispereira @ users.sourceforge.net or post a comment.

2 comments:

  1. hi, i tried to install the kde version on kubuntu latest release but could not.

    ReplyDelete
  2. Can you please send me the details ?

    ReplyDelete