forked from psemiletov/eko
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (21 loc) · 667 Bytes
/
README
File metadata and controls
32 lines (21 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
===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.