-
Notifications
You must be signed in to change notification settings - Fork 8
Compiling
to start with you need to download the .zip file or pull the repos
this should then download once downloaded you can put it anywhere i will use my desktop for this example
we then need to extract the files the easiest way to do this is to right click and use Extract To
now you should have a file named the same as the .zip from earlier now we need to build the version we do this by using the commands below you can use shift right click to open a comand prompt in the folder
we then simply type whats below
Terminal/Command Prompt:
./gradlew buildAll
Windows syntax:
gradlew buildAll
it should look something like this
it will say "building client" and "building server" this is perfectly normal this will build a version for you this can take a little while but not horribly long when done you should see this
now when you go back to you folder you should see
when you go into build it should look like this
now all you need to do is open Hypovolemia_0.0.20_Client then you put that in you file and your running the latest version :)