phr00t / AutoStepper

Java tool to automate StepMania SM generation. Complete generation with banner & background art, all difficulty levels, multiple beat detection methods etc.
http://www.phr00t.com/
113 stars 23 forks source link

Provide an easy way to build from sources #7

Closed yac closed 6 years ago

yac commented 6 years ago

This is discussed in https://github.com/phr00t/AutoStepper/pull/1

Making each potential contributor set up his/hers IDE/build system is a huge block. Please integrate build system of your choice into the source repository.

My reccommendation would be gradle which I already tested thanks to https://github.com/JamieMagee/AutoStepper/commit/cc8c9572fc65006662a1e119f7b550623f8658d2 as disccussed in in https://github.com/phr00t/AutoStepper/pull/1 . Anything that works with one terminal command is fine, really - you're the boss here.

phr00t commented 6 years ago

JamieMagee already forked the project & made it into a gradle project. There is another fork that mavenized the project. I don't use either for AutoStepper, so I haven't been planning on changing this project structure.