mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-13 10:25:39 +00:00
Link stable/autobuild compilation doc on README.md and improve
Makefile's git error message
This commit is contained in:
parent
6c42318d82
commit
6e6dcf67af
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user