Skip to content

psemiletov/eko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===EKO============
EKO is a simple sound editor.
==================

http://psemiletov.github.io/eko/

PayPal donate: peter.semiletov@gmail.com
BTC donate: 1PCo2zznEGMFJey4qFKGQ8CoFK2nzNnJJf

===INSTALLATION===

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

To build EKO from source using cmake (Qt5/Qt6 build):

mkdir b
cd b
cmake ..
make
make install

To build EKO from source using qmake (Qt5 build):

qmake
make
make install


===NOTE FOR PACKAGE MAINTAINERS===

EKO after the compilation is a single binary file (with embeded resources). Please prefer cmake over qmake to build EKO.