libsodium-go
libsodium-go copied to clipboard
Using this on OSX
Hi,
How do I set this up in OSX? Is there any instructions for the pre-setup? I was only able to find the following and it looks like it's only for linux. Thanks in advance!
Pre-setup:
Please install Libsodium here https://download.libsodium.org/doc/installation/index.html sudo ldconfig sudo apt-get install pkg-config
Hi, if this question is still relevant, I just used brew to install libsodium:
brew install libsodium
Aaaand it works. :)