Setup scripts for MEGAlib
Install XCode from the Mac App Store
Install XCode command line tools:
xcode-select --installInstall homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"If you use anaconda, remove it from your $PATH by commenting out the source comment in your ~/.bashrc/~/.bash_profile.
Install MEGAlib and Dependancies:
bash install4macOS.shAdd to ~/.bash_profile:
source $HOME/megalib/bin/source-megalib.shInstall MEGAlib and Dependancies:
bash install4ubuntu.shAdd to ~/.bashrc:
source $HOME/megalib/bin/source-megalib.shFill in ...