26 lines
430 B
Markdown
26 lines
430 B
Markdown
# Build instructions for OSX
|
|
|
|
1. Update Qt to v5.10+
|
|
|
|
brew install qt5
|
|
brew link qt5 --force
|
|
|
|
2. Download Spectral source
|
|
|
|
git clone https://gitlab.com/b0/spectral
|
|
cd spectral
|
|
|
|
3. Pull in the dependencies
|
|
|
|
git submodule init
|
|
git submodule update
|
|
|
|
4. Build Spectral
|
|
|
|
qmake ../spectral.pro
|
|
make -j4
|
|
|
|
5. Open Spectral
|
|
|
|
open spectral.app/Contents/MacOS/spectral
|