Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.16 KB

File metadata and controls

37 lines (24 loc) · 1.16 KB

Setup Libindy for MacOS

NOTE: If these steps do not work, or you want to do a manual install, refer to here

To see if Libindy is already installed, execute the following command:

ls /usr/local/lib/libindy.dylib
# ✅ /usr/local/lib/libindy.dylib
# ❌ ls: /usr/local/lib/libindy.dylib : No such file or directory

MacOS

It is now possible to install libindy and all its dependencies with homebrew!

⚠️ This does not currenlty work on the Macbooks with Apple silicon ⚠️

brew tap blu3beri/homebrew-libindy
brew install libindy

If this does not work, you could also use the old steps to install libindy.

  1. Download libindy for macOS from the Sovrin binary repo
  2. Extract the ZIP and execute the following commands in the unzipped directory:
sudo mv lib/* /usr/local/lib

brew install rbenv/tap/[email protected] zeromq libsodium

ln -sfn /usr/local/Cellar/[email protected]/1.0.2t /usr/local/opt/openssl
  1. You now have libindy installed for macOS. You can continue with the NodeJS Setup