NebuPookins / ssc-to-sm

Converts StepMania files in the SSC format to the SM format.
4 stars 0 forks source link

Instructions on how to compile/use #1

Closed AM7999 closed 2 years ago

AM7999 commented 2 years ago

Compilation instructions would be nice

NebuPookins commented 2 years ago

Hi, thanks for the input. I've updated the README a bit.

There's an already compiled-to-JavaScript version of the webapp at https://nebupookins.github.io/ssc-to-sm/ so if you just want to use the tool, you can go there.

If you really want to compile it (e.g. you're making code changes that you want to test), this is a standard Gradle project, so download the Gradle build tool from https://gradle.org/ and run gradle assemble at the root of the project.

I'll close the issue for now, but feel free to reopen if you have any further questions.