Skip to content

RandallBalestriero/CIGAL_GUI

Repository files navigation

DEPENDANCIES :
-armadillo :



-fftw3 :
Download the toolbox at :
http://fftw.org/download.html
extract go in the directory and run
    ./configure
     make
     make install

-qt5  :
make sure you have all the dependancies (BLAS,LAPACK,...)
Download the last (4.6) version at :
http://arma.sourceforge.net/download.html
extract go in the directory and run
  cmake .
  make 
  


MAKEFILE
Make sure all the needed options are in the Makefile. 
Recommended to use -Ofast for optimization 
and add -larmadillo -lfftw3 in the linkage

make
make clean
./CIGAL_GUI

/!\ directories
-report is a directory containing all the pictures and data used 
for the report but no C++ files are inside it.
-source is the main directory containing all the subdirectories 
with all the C++ .h and .cpp files of the library



About

Graphical Software for Audio Signal Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published