philburk / hmsl

Hierarchical Music Specification Language, Forth tools for experimental music from the 1980's
Apache License 2.0
91 stars 8 forks source link

Add automated build scripts and CI #137

Open philburk opened 2 years ago

philburk commented 2 years ago

Maybe use CMake.

See pForth CMake script as an example. https://github.com/philburk/pforth/pull/92

SabikLoop commented 2 years ago

If this helps at all, I was able to get HMSL to run by running the Unix executable file inside of the App's folder. It doesn't build the app, but it does run well.

philburk commented 2 years ago

This seems harder than I thought. Creating CMake files for JUCE projects is quite involved.