Programming Howto:Install Prerequisites on Non-Windows Platforms
Appearance
Back
Homebrew
Homebrew is a package manager for macos and linux. This tutorial will be using it to install several items, however you can also use a different package manager if you have one. Run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
SVN
We will be using svn to download the source code.
brew install subversion
Qt5
Qt is used to manage BCI2000 windows. On Non-Windows Platforms, Qt version 5 is the only version that is supported.
brew install qt@5
CMake
We will use cmake to configure BCI2000 for compilation.
brew install cmake