Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

how to build opsu? #647

Open
snowythebudg opened this issue Jan 20, 2023 · 4 comments
Open

how to build opsu? #647

snowythebudg opened this issue Jan 20, 2023 · 4 comments

Comments

@snowythebudg
Copy link

hello. i would like to build opsu! and make a modified version of it. i've read the license and i was just wondering, do i have your permission to make a version of opsu!, i'll remove the branding just for your sake and legal sakes but how do i build it. ive never heard of maven or gradle in my life

@Cefaxion
Copy link

I am not a lawyer but seeing how abandoned it is, no one would care if they modified it

@snowythebudg
Copy link
Author

yeah but how do you build opsu. i have no clue what maven or gradle is

@yugecin
Copy link
Contributor

yugecin commented Jan 22, 2023

Maven and Gradle are build automation software, there are links in the readme.
It doesn't seem like there's still a maven configuration, so that's not going to work despite the readme saying so.
The gradle configuration is still there, so you can use that.
So to build, this command should work to run:

gradlew.bat run

and to make a jar:

gradlew.bat jar

This will compile a jar to build/libs/opsu-${version}.jar with the libraries, resources and natives packed inside the jar.

if you're using linux, do ./gradlew instead of gradlew.bat

@snowythebudg
Copy link
Author

snowythebudg commented Jan 22, 2023 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants