Apple M1 Special Needs

From OPeNDAP Documentation
Revision as of 23:41, 29 December 2021 by Ndp (talk | contribs) (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 ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼opendap2-jumptonavigation⧽

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