rafalcieslak / vmodsynth

a modular software synthesizer
GNU General Public License v3.0
6 stars 3 forks source link

Changing the build system to cmake #5

Open rafalcieslak opened 9 years ago

rafalcieslak commented 9 years ago

Maintaining automake/autoconf/auto* scripts is a real fuss. It makes vmodsynth difficult to compile (which potentially discourages users), it makes it harder to introduce changes, and generally is less flexible. I believe that it would be really beneficial to switch to a more high-level build system. I've recently had some great experience with cmake, so I might give it a shot and see how it compares for this particular case.