dominikschnitzer / musly

Musly - Music Similarity Library
http://www.musly.org
Mozilla Public License 2.0
138 stars 26 forks source link

Can musly run by IDE on windows? #15

Open seagullyoyo opened 10 years ago

seagullyoyo commented 10 years ago

dr.dominik, can musly run on windows, i want to simulate it in Visual Studio. because it will be more convenient to debug for me. a little guide will be helpful, thanks.

f0k commented 10 years ago

Musly should compile and run both on Unix-based systems (such as Linux and Mac OS) and Windows. If it doesn't, please let us know the specific error message or send us a pull request fixing it. As to your specific question of using it with Visual Studio, I cannot test it myself, but CMake should be able to generate Visual Studio project files for you. You may want to consider reading this blog post on using CMake with Visual Studio or anything else that comes up in a [google search](https://www.google.com/?q=cmake+vieven how to fix itsual+studio+project). If you get it to work, please feel free to write up the steps needed to compile and debug it with Visual Studio and we can include them in the README file.