K6 - a free KDE client for C6

Version 0.8 (beta 2)

A screenshot of K6 version 0.8

This project is currently in a frozen state.

Since version 0.7, K6 is a free KDE front-end to c6term, a command line client for C6. More info and support forum/mailing list on the OpenC6 project home page.

Feel free to contribute code and binaries.

Downloads

K6 0.8

Released 2003-09-05.

Debian repository

Debian repository for Sid (unstable): add this line to your /etc/apt/sources.list:

deb http://openc6.extracon.it/debian unstable c6

Thanks to Alessandro Grassi (alexz391-libero-it).

K6 0.7.4 (old) (2003-07-28)

A screenshot of K6 version 0.7.4

Please let us know if you build packages for other distros.

The RPM support is still experimental. Please report any problem.

K6 0.6 (old)

Old standalone version, requires KDevelop to compile.

How to install

1) Obtain c6term

You should install c6term first, then make sure that it is on your path.

The most recent versions of c6term could break compatibility with K6, if this does happen to you, please submit a bug report on project home.

This is a snapshot of c6term which is known to work with K6: c6term-0.62.0.tar.gz

2) Download K6

3) Compile and install K6

K6 is developed on QT 3.1.x + KDE 3.1.x. If you use older versions, before you submit a bug report, you should consider upgrading.

To compile and install K6 you should do the usual three-steps process:

$ ./configure --prefix=/usr
$ make
$ make install;

You are free to choose any prefix for ./configure, but it should be in your KDEDIRS, else K6 will not be able to find the icons' images. If you don't want to install it as root, you can do, for example:

(Assuming your username is "user")
$ mkdir /home/user/mySoftware
$ ./configure --prefix=/home/user/mySoftware
$ make
$ make install;

Then put this line in your ~/.bashrc:

export KDEDIRS=/home/user/mySoftware:$KDEDIRS

If you experience troubles during this process, do not write directly to me, but please post a bug report on project home, so others can help you and be helped by the solution we'll find for your case.