[go: up one dir, main page]

Menu

Tree [r49] / trunk /
 History

HTTPS access


File Date Author Commit
 doc 2017-07-03 rodrigovg [r49] - small changes to the documentation. actually ...
 src 2017-07-03 rodrigovg [r48] - update for Debian 9: fix error (missing cast)...
 AUTHORS 2011-08-05 rodrigovg [r11] change README and other informative files
 COPYING 2013-06-03 rodrigovg [r29] - added copyright header to source files.
 LICENSE 2013-05-18 rodrigovg [r19] - changed license from GPLv3 to GPLv3+
 LOG 2017-07-03 rodrigovg [r48] - update for Debian 9: fix error (missing cast)...
 README 2017-07-03 rodrigovg [r49] - small changes to the documentation. actually ...
 TODO 2013-06-06 rodrigovg [r38] - updated TODO and LOG
 copyright 2013-06-03 rodrigovg [r29] - added copyright header to source files.

Read Me

COMPILATION
-----------

At least on Debian GNU/Linux 8 'Jessie',
and Debian GNU/Linux 9 'Stretch',
apart from make and g++ (or clang++),
the following packages must be installed:

libfftw3-dev
libsndfile1-dev
libpopt-dev		(only for cli)
libgtkmm-2.4-dev	(only for gui)
libao-dev		(only for gui)

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
---------

You can execute the command-line application:

$ ./specanasyn_cli

And the graphical application:

$ ./specanasyn_gui