CubicChunks

CubicChunks

840k Downloads

cannot compile mod

ProxyPlayerHD opened this issue ยท 15 comments

commented

why do we even have to compile it ourself, is there no normal download?

first i tired to run "gradlew setupCIWorkspace" which worked and was done after 20 sec. then i ran "gradlew build" which almost instantly failed. https://pastebin.com/ZqhLPAH1

commented

Try to clone project via Git instead of downloading a .zip or init Git in a directory.

commented

Normal downloads located here: https://discord.gg/gBUm6Z

commented

and that with git means what?

commented

It means run command git -clone https://github.com/OpenCubicChunks/CubicChunks.git

commented

run it where? CMD?

i have never used any of these features. so don't exptect me to know how it works.

commented

You need to install Git first. And probably yes, in CMD. I'm using Ubuntu so I'm not sure.

commented

ok i'm still missing something, it doesn't recognize the "-clone" option

E:\Git>git -clone https://github.com/OpenCubicChunks/CubicChunks.git
unknown option: -clone
usage: git [--version] [--help] [-C ] [-c =]
[--exec-path[=]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=] [--work-tree=] [--namespace=]
[]

E:\Git>

commented

Try --clone

commented

git clone https://github.com/OpenCubicChunks/CubicChunks.git. Or just join our discord for all the download links you may ever want.

commented

same error.

is there some one time thing i have to run before i can do this?

commented

And the real reason it failed is that you don't have JDK installed, only JRE. If you had JDK installed, it would compile successfully, and put some dummy version numbers because it couldn't determine the version without git repository.

commented

dammit, such a simple mistake

commented

Apparently Windows version of git uses another set of command. I can't help you.

commented

alright thanks

i never used discord so i tried this way