From 2c8fde4e6e98da234088f537157c7f3c6d69ac89 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 1 Jul 2019 12:12:46 +0100 Subject: [PATCH] Move all build instructions to the docs --- BUILD.md | 25 ------------------------- README.md | 8 ++++++-- 2 files changed, 6 insertions(+), 27 deletions(-) delete mode 100644 BUILD.md diff --git a/BUILD.md b/BUILD.md deleted file mode 100644 index 04083a016..000000000 --- a/BUILD.md +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 9e96e2ab6..b1c745105 100644 --- a/README.md +++ b/README.md @@ -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