How to build for C++ development? #3604
-
Hello! I just found this library as I work to build a sheet music editing software. I think this library is awesome, and have tested it out in JavaScript. However, I am embedding the library in a Flutter project and C++ fits my needs better for that. But I can't get it to build in C++. Any tips? I notice that the page that shows how to build is meant for the command line application, which I can get to build just fine. But what should I change from those instructions in order to code with it in C++? Thanks! Update: Note: Thanks for any pointers and help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I adjusted cmake to copy header files. See this commit. I seems to work on macOS. Could you try on Windows? |
Beta Was this translation helpful? Give feedback.
-
I just tested it out and it works great, thanks! The only other question I would have for that build is that, even when building for 64 bit, it still defaults to Program Files (x86). Is there something that can be added to have it install to Program Files when the dll is being built by 64 bit tools? |
Beta Was this translation helpful? Give feedback.
I adjusted cmake to copy header files. See this commit. I seems to work on macOS. Could you try on Windows?