jpcima / string-machine

Digital model of electronic string ensemble instrument
Boost Software License 1.0
61 stars 7 forks source link

windows build instructions / cross-platform build using cmake? #29

Open jjYBdx4IL opened 2 years ago

jjYBdx4IL commented 2 years ago

I see that there is a windows build available. Is there information available on how that build was created? Maybe we can set up a cmake infrastructure to provide platform-independent builds.

jpcima commented 2 years ago

Hi, the cmake build is definitely desired, yes. This was made back when DPF supported only gnu make for building. It takes an update of the framework, which probably will need some modifications of code on the UI side.

As of currently, there exists 2 ways of building

jpcima commented 2 years ago

I've added the cmake build. No time to update CI build right now, I will do later

jjYBdx4IL commented 2 years ago

great.