Installing
leonardltk opened this issue · 0 comments
leonardltk commented
Hi,
I am using Visual Studio on Windows.
I have copied the necessary files over to my working directory, namely
1. src/Gist.h
2. src/<all the folders>
When i ran it, i have these errors, on just the substantiation line Gist<double> gist (frameSize, sampleRate);
type name is not allowed
identifier "Gist" is undefined
identifier "gist" is undefined
Am i using your package wrongly?