Spectral/BUILD.md

26 lines
430 B
Markdown
Raw Permalink 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
brew link qt5 --force
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
qmake ../spectral.pro
make -j4
2018-09-17 22:40:15 +00:00
5. Open Spectral
open spectral.app/Contents/MacOS/spectral