How to compile the source? #642
-
Beta Was this translation helpful? Give feedback.
Answered by
Luke100000
Apr 30, 2023
Replies: 1 comment 1 reply
-
git clone https://github.com/Luke100000/minecraft-comes-alive
cd minecraft-comes-alive
./gradlew buildWorks out of the box for me and the only dependencies I am aware of are JDK 17 and git, as you just installed. You can use an IDE but they are not doing anything special either. I'll test that again in a VM to check if it is a Windows issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Cancerium
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





git clone https://github.com/Luke100000/minecraft-comes-alive cd minecraft-comes-alive ./gradlew buildWorks out of the box for me and the only dependencies I am aware of are JDK 17 and git, as you just installed. You can use an IDE but they are not doing anything special either.
I'll test that again in a VM to check if it is a Windows issue.