Oct 12, 2014 C GSL Mac OS X Post navigation. Previous Post Getting Started on a Mac Next Post Watching Processes with ps. 2 thoughts on “Using the GNU Scientific Library on a Mac”. GBA Emulators for MAC: 1.Boycott Advance 2.mGBA 3.OpenEmu 4.VBA-M these are some top rated emulators for MAC OS that can play any GBA game.
If you have the most recent Apple Command Line Tools (macOS 10.nn) for Xcode installed for your operating system version — which you get from developer.apple.com/download/more, then you need a package manager (e.g. homebrew) to install, and compile GCC and all of its dependencies. That compilation process will take at least an hour. After you initially install homebrew (brew):
# In the bash shell (e.g. .bash_profile), gag Google Analytics in Homebrew.
export HOMEBREW_NO_ANALYTICS=1
brew update
brew upgrade
brew info gcc
brew install gcc
brew cleanup (this removes previous application/dependency revisions saving considerable space)
The gcc application will be installed by default in /usr/local/bin.
Personally, I use Apple's clang/clang++ compilation tools rather than deal with GNU gcc.
Mar 28, 2018 5:56 PM