[go: up one dir, main page]

Menu

Tree [r16] / trunk / cutecom /
 History

HTTPS access


File Date Author Commit
 CMakeLists.txt 2008-03-11 neundorf [r13] -port to Qt4, version 0.20
 COPYING 2006-11-25 neundorf [r4] -import cutecom 0.14.1 to cvs
 Changelog 2008-03-12 neundorf [r15] add up/down scrolling through the previous comm...
 README 2008-03-11 neundorf [r13] -port to Qt4, version 0.20
 TODO 2008-03-11 neundorf [r14] update TODO
 configure 2008-03-12 neundorf [r16] -adapt the configure script to cmake
 cutecom.1 2006-11-25 neundorf [r5] -apply patches from Roman I Khimov <roman AT kh...
 cutecom.desktop 2006-11-25 neundorf [r4] -import cutecom 0.14.1 to cvs
 cutecommdlg.ui 2008-03-11 neundorf [r13] -port to Qt4, version 0.20
 main.cpp 2006-11-25 neundorf [r4] -import cutecom 0.14.1 to cvs
 qcppdialogimpl.cpp 2008-03-12 neundorf [r15] add up/down scrolling through the previous comm...
 qcppdialogimpl.h 2008-03-11 neundorf [r13] -port to Qt4, version 0.20

Read Me

Cutecom 0.20.0, March 11th, 2008

Cutecom is a graphical serial terminal, like minicom.
It is aimed mainly at hardware developers or other people
who need a terminal to talk to their devices.
It is free software and distributed under the GNU General
Public License Version 2, which can find in the file COPYING.

It is written using the Qt library by Trolltech (www.trolltech.com).

Cutecom doesn't use the autotools (autoconf, automake, libtool, etc.)
but CMake (http://www.cmake.org), you need at least version 2.4.3. 
Enter the source directory and run "cmake ." followed by make and make
install and you're done. To make sure it can find Qt4, set the PATH so that 
qmake from Qt4 is in the PATH (and comes before qmake from Qt3 in the PATH), 
e.g.: export PATH=/opt/qt4/bin:$PATH; cmake .

To uninstall cutecom simply delete the file "cutecom" and the file 
"cutecom.desktop" amd your done. The config file is ~/.qt/cutecomrc.

Currently it is known to run on Linux and FreeBSD, and porting to other systems should be easy.
Everything platformspecific should be in QCPPDialogImpl::setNewOptions().
Distributions welcome :-)
Now that it uses Qt4 it should also be portable to Windows.

Cutecom is heavily inspired by Bray++ for Windows (http://bray.velenje.cx/avr/terminal/)

Homepage: http://cutecom.sourceforge.net

Alexander Neundorf
<neundorf@kde.org>