compilling
how do i compile the mod from gitlab? i downloaded it as a zip and have intellig idea
7 Replies
If you just want to download the latest build then on the left of the github gitlab page go to build -> pipelines and you can download the latest one
or use the link for the nightly build from https://discord.com/channels/881614130614767666/882038774861819954
why did that happen?
no idea
happens to me too but i know nothing about this stuff lol
neither do i
:harold:
While you may downloaded the project to a zip file, you are missing out on downloading submodules necessary for a complete build. Using
git
to download these projects are much better as you can set it to download everything for a complete build.How do I do that