mirror of https://github.com/BOINC/boinc.git
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:
parent
4010e8d2db
commit
d5ff051ef3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue