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
|
2019-01-05 23:06:09 +00:00
|
|
|
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
|
|
|
|
|
2019-01-05 23:06:09 +00:00
|
|
|
qmake ../spectral.pro
|
|
|
|
make -j4
|
2018-09-17 22:40:15 +00:00
|
|
|
|
|
|
|
5. Open Spectral
|
|
|
|
|
|
|
|
open spectral.app/Contents/MacOS/spectral
|