Spectral/BUILD.md

25 lines
414 B
Markdown
Raw Normal View History

2018-09-17 22:40:15 +00:00
# Build instructions for OSX
2018-02-27 12:07:28 +00:00
2018-09-17 22:40:15 +00:00
1. Update Qt to v5.10+
2018-02-27 12:07:28 +00:00
2018-09-17 22:40:15 +00:00
brew install qt5
2018-02-27 12:07:28 +00:00
2018-09-17 22:40:15 +00:00
2. Download Spectral source
2018-02-27 12:07:28 +00:00
2018-09-17 22:40:15 +00:00
git clone https://gitlab.com/b0/spectral
cd spectral
2018-02-27 12:07:28 +00:00
2018-09-17 22:40:15 +00:00
3. Pull in the dependencies
git submodule init
git submodule update
4. Build Spectral
/usr/local/Cellar/qt5/5.10.1/bin/qmake
make
5. Open Spectral
open spectral.app/Contents/MacOS/spectral