Move all build instructions to the docs

This commit is contained in:
Andrew Morgan
2019-07-01 12:12:46 +01:00
parent 3e0009a069
commit 2c8fde4e6e
2 changed files with 6 additions and 27 deletions

View File

@@ -1,25 +0,0 @@
# 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

View File

@@ -11,9 +11,13 @@ Spectral is a glossy cross-platform client for Matrix, the decentralized communi
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/3.png)
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/4.png)
## Document
## Documentation
There is a [separate document](https://spectral.encom.eu.org/docs/) for Spectral.
Documentation for Spectral is located
[here](https://spectral.encom.eu.org/docs/).
Build instructions for Spectral are located on [this
page](https://spectral.encom.eu.org/docs/tutorial/compile.html).
## Contact