===INTRO===

EKO is a simple sound editor.

===INSTALLATION===

You need devel packages of Qt 4.x or Qt 5.x, portaudio, libsndfile and libsamplerate.
C++ 11 compatible version of GCC or Clang.

Just run:

qmake
make
make install


===NOTE FOR PACKAGE MAINTAINERS===

EKO after the compilation is a single binary file (with embeded resources). To override the 
default installation path (/usr/local, with usr/local/bin for binary) use:

qmake PREFIX=your_path
make
make install


===LICENSE NOTES===

EKO code, images, docs, etc. are the Public domain

===SITE===

http://semiletov.org/eko - main site, stable version, win32 builds
https://github.com/psemiletov/eko - unstable devel. version 
