
KODS is a port of KDP-2 (http://www.ecalculations.com) first written by James Eugene Klein.

KODS is consist of two programs, CUI based "kods" written by FORTRAN and GUI for kods "KODS GUI"
written by Qt tool kit.

Please read Licence.txt and About porting text.


INSTALL

* Install Raspbian Jessie.
* Install qt5, Gnuplot-x11.
    sudo apt-get install qt5-default
    sudo apt-get install gnuplot-x11
* Download & Extract KODS-raspi.tar.gz
* Copy KODS folder to /usr/local/KODS.
    sudo cp -rf KODS /usr/local/KODS
* Change permission of KODS folder.
     sudo chmod -R a+rw /usr/local/KODS
* Double click KODS_GUI to start the program.

2015.12.23    ENDO Michiaki
