Setup scripts for MEGAlib
Install XCode
from the Mac App Store
Install XCode
command line tools:
xcode-select --install
Install 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.sh
Add to ~/.bash_profile
:
source $HOME/megalib/bin/source-megalib.sh
Install MEGAlib and Dependancies:
bash install4ubuntu.sh
Add to ~/.bashrc
:
source $HOME/megalib/bin/source-megalib.sh
Fill in ...