[go: up one dir, main page]

Menu

Tree [r9] / trunk / cutecom /
 History

HTTPS access


File Date Author Commit
 CMakeLists.txt 2006-11-25 neundorf [r5] -apply patches from Roman I Khimov <roman AT kh...
 COPYING 2006-11-25 neundorf [r4] -import cutecom 0.14.1 to cvs
 Changelog 2007-01-26 neundorf [r8] mention the cvs repository
 README 2008-03-10 neundorf [r9] fix date
 TODO 2006-11-25 neundorf [r4] -import cutecom 0.14.1 to cvs
 configure 2006-11-25 neundorf [r4] -import cutecom 0.14.1 to cvs
 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
 cutecom.pro 2006-11-25 neundorf [r3] initial import
 cutecommdlg.ui 2007-01-26 neundorf [r6]
 main.cpp 2006-11-25 neundorf [r4] -import cutecom 0.14.1 to cvs
 qcppdialogimpl.cpp 2007-01-26 neundorf [r6]
 qcppdialogimpl.h 2006-11-25 neundorf [r4] -import cutecom 0.14.1 to cvs

Read Me

Cutecom 0.41.2, January 26th, 2007

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.)
Instead "configure" is simply a wrapper script which calls qmake.
To uninstall cutecom simply delete the file "cutecom" and the file 
"cutecom.desktop" amd your done. The config file is ~/.qt/cutecomrc.

Alternatively CuteCom can be built using 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 too.

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 :-)

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

Homepage: http://cutecom.sourceforge.net

Alexander Neundorf
<neundorf@kde.org>