IMPORTANT: All binaries are moving to a unified repository under /bin/darwin<ver>/<arch> with manifest file to simplify automated installataion. Go to /bin/darwin17/x86_64 for latest High-Sierra binaries. The following is only kept for legacy access.
darwin.15 = for Mac OS X 10.11 (El Capitan) or higher
darwin.17 = for Mac OS X 10.13 (High Sierra) or higher
Binaries built automatically via recipes are tagged with <system>.<version>-<arch>
Install by unpacking to the root, e.g.:
curl -O http://mac.R-project.org/libs-4/pkgconfig-0.28-darwin.17-x86_64.tar.gz sudo tar fvxz pkgconfig-0.28-darwin.17-x86_64.tar.gz -C /Most binaries (except for GTK+) live in /usr/local and are static PIC builds (i.e. they can be used in R packages without the need for runtime dylibs). A copy of sources is available in /src.