jmerkt / cqt-analyzer

Spectral Analyzer audio plugin based on the Constant-Q transform.
GNU General Public License v3.0
16 stars 1 forks source link

cannot build cqt-analyzer on Windows platform? #4

Closed clee01 closed 1 month ago

clee01 commented 1 month ago

With the following command:

git clone https://github.com/jmerkt/cqt-analyzer --recursive
cd cqt-analyzer/CqtAnalyzer
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
clee01 commented 1 month ago

after execute the command cmake -DCMAKE_BUILD_TYPE=Release .., there is no makefile file to execute the make command.