home

SpecAnaSyn - Spectral Analysis and Synthesis

Dependencies, compilation, and execution

Dependencies

The code was tested in Debian 8 "Jessie" and Debian 9 "Stretch", in i386 and amd64 (may work in other architectures and distributions).

These are the packages that have to be installed for compiling, apart from make and g++ (or clang++):

Compilation

Go to the src directory and do the compilation with make:

$ make

Alternatively, you can compile only one interface; for the command-line interface:

$ make cli

And for the GUI:

$ make gui

Execution

Once compiled, you can execute the command-line application:

$ ./specanasyn_cli

And the graphical application:

$ ./specanasyn_gui