Apple M1 Special Needs: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(Created page with " == openssl == brew install openssl export CPPFLAGS="-I/opt/homebrew/Cellar/openssl@3/3.0.1/include" export LDFLAGS="-I/opt/homebrew/Cellar/openssl@3/3.0.1/lib" == libpng ==...")
 
No edit summary
Line 1: Line 1:
Computers with the Apple M1 chip require dedicated binaries, or binaries with both Intel and M1 contents. In order to get the hyrax-dependencies to build the following packages need to be installed prior to running the hyrax-dependencies build.


== openssl ==
== openssl ==

Revision as of 23:46, 29 December 2021

Computers with the Apple M1 chip require dedicated binaries, or binaries with both Intel and M1 contents. In order to get the hyrax-dependencies to build the following packages need to be installed prior to running the hyrax-dependencies build.

openssl

brew install openssl export CPPFLAGS="-I/opt/homebrew/Cellar/openssl@3/3.0.1/include" export LDFLAGS="-I/opt/homebrew/Cellar/openssl@3/3.0.1/lib"

libpng

  • Download libpng source

Build and install into /usr/local

  • ./configure
  • make
  • make check
  • make install