Mac: Add a comment explaining that 3rdParty/buildMacDependencies.sh is used only for GitHub Continuous Integration, and anyone building BOINC on a Macintosh should use mac_build/setupForBOINC.sh instead.

This commit is contained in:
Charlie Fenton 2021-11-16 03:06:03 -08:00
parent 4010e8d2db
commit d5ff051ef3
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# This file is part of BOINC.
# http://boinc.berkeley.edu
# Copyright (C) 2017 University of California
# Copyright (C) 2021 University of California
#
# BOINC is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License
@ -18,6 +18,9 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
#
## IMPORTANT: This script is used only by GitHub Continuous Integration. Do not use it for
## building BOINC on a Macintosh computer! Use mac_build/setupForBOINC.sh instead.
## support script to build BOINC dependencies on Macintosh
## This script checks if cached versions are available and builts them if not.
## The build is done in 3rdParty/mac and usable files are installed to 3rdParty/buildCache/mac