Menu

Tree [3b3892] master /
 History

HTTPS access


File Date Author Commit
 doc 2009-10-28 Martin Ošmera Martin Ošmera [f5ee8f] 1.1
 icons 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 man 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 CMakeLists.txt 2010-08-27 Martin Ošmera Martin Ošmera [b4da91] .
 COPYING 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 README 2010-08-27 Martin Ošmera Martin Ošmera [b4da91] .
 Simple_serial_programmer_89S.tcl 2010-09-09 Martin Ošmera Martin Ošmera [3b3892] .
 aboutdialog.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 aboutdialog.h 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 cli.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 cli.h 2010-09-09 Martin Ošmera Martin Ošmera [3b3892] .
 device_db.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 device_db.h 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 device_db_file.xml 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 gssp89s.desktop 2009-11-10 Martin Ošmera Martin Ošmera [5e8837] .
 gssp89s.png 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 gui.cpp 2009-10-28 Martin Ošmera Martin Ošmera [f5ee8f] 1.1
 gui.h 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 hextools.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 hextools.h 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 hextools.tcl 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 icons.qrc 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 ispi.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 ispi.h 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 licence.txt 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 mainwindow.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 mainwindow.h 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 mainwindow.ui 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 plugin.tcl 2010-09-09 Martin Ošmera Martin Ošmera [3b3892] .
 programmer.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 programmer.h 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 programmer.tcl 2010-02-02 Martin Ošmera Martin Ošmera [7674fb] .
 qprogrammer.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 qprogrammer.h 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit
 tcllib.cpp 2009-09-03 Martin Ošmera Martin Ošmera [0997f2] The firts GIT commit

Read Me

# Requirements:
Qt-4.5
GNU libc6
commonccp2
cmake (2.6 or higher)
Tcl (8.4 or higher, 8.5 is recomended)
Tk (8.4 or higher, 8.5 is recomended)

# Compilation:
cmake .
make

# Installation
make install

# Run
gssp89s	# runs GUI
ssp89s	# runs CLI



Note for Fedora and similar systems:
------------------------------------
You need to install everything (I mean from dependencies) with header files, so do this:

yum install -y commoncpp2-devel qt-devel tk-devel tcl_devel glibc-devel cmake