Link stable/autobuild compilation doc on README.md and improve

Makefile's git error message
This commit is contained in:
bones_was_here 2023-01-24 14:12:39 +10:00
parent 6c42318d82
commit 6e6dcf67af
No known key found for this signature in database
GPG Key ID: 982FE90EDA930528
2 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,7 @@ help:
@echo " make both"
@echo
GIT := $(shell [ -d .git ] && printf "\e[1;31mTo compile from git, please read https://gitlab.com/xonotic/xonotic/-/wikis/Repository_Access\e[m")
GIT := $(shell [ -d .git ] && printf "\e[1;31mThis Makefile only supports stable releases and autobuilds, whereas you are using a git repository. To compile from git, please read https://gitlab.com/xonotic/xonotic/-/wikis/Repository_Access\e[m")
ifdef GIT
$(error $(GIT))
endif

View File

@ -14,6 +14,8 @@ Stable releases and related info are available at https://xonotic.org/download
[Beta builds](https://gitlab.com/xonotic/xonotic/-/wikis/Autobuilds) are available at https://beta.xonotic.org/autobuild
The source code included in stable releases and autobuilds can be [compiled as described on the wiki](https://gitlab.com/xonotic/xonotic/-/wikis/Compiling). This is much "lighter" than a full git clone.
*Please note, [Gitlab](https://gitlab.com/xonotic/) is our home for repositories, issue tracking, wikis, etc. The repositories on GitHub are mirrors of GitLab's unless specified otherwise.*
## Community