fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
263 stars 53 forks source link

I am not able to run the code in C++ #44

Open arpitomar opened 1 year ago

arpitomar commented 1 year ago

Screenshot 1 Screenshot 2 What should I do after that command? And In what folder I should save C++ Example and it runs easily? Screenshot 3

Screenshot 4 Screenshot 5 When I run C++ code, the above error shows in visual studio code.

felixdollack commented 1 year ago

@arpitomar your build command in VSCode is missing the path to fcwt.h as I explained in #39 as well. Alternatively, it seems you can successfully build the library with cmake. You could add the path to fcwt.h and then link the library into your own project.