Move all build instructions to the docs
This commit is contained in:
25
BUILD.md
25
BUILD.md
@@ -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
|
||||
@@ -11,9 +11,13 @@ Spectral is a glossy cross-platform client for Matrix, the decentralized communi
|
||||

|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user