From 2d6e1039283f5b7ae2d5c2d149eb4b334f3aa337 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 9 Sep 2017 16:19:41 +0100 Subject: [PATCH] readme: Move Linux git mention --- README.md | 4 ++-- SparkleShare/Linux/README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d8a1482..d90dabe2 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ SparkleShare creates a special folder on your computer. You can add remotely hos SparkleShare uses the version control system [Git](https://git-scm.com/) under the hood, so setting up a host yourself is relatively easy. Using your own host gives you more privacy and control, as well as lots of cheap storage space and higher transfer speeds. We've made a simple [script](https://github.com/hbons/Dazzle) that does the hard work for you. If you need to manage a lot of projects and/or users it may be worth setting up a [GitLab](https://www.gitlabhq.com) instance. -## Compile from source +## Build from source `SparkleShare` is Free and Open Source software and licensed under the [GNU GPLv3 or later](legal/License_for_SparkleShare.txt). You are welcome to change and redistribute it under certain conditions. Its library `Sparkles` is licensed under the [GNU LGPLv3 or later](legal/License_for_Sparkles.txt). -Here are instructions to build SparkleShare on [Linux distributions](SparkleShare/Linux/README.md), [macOS](SparkleShare/Mac/README.md), and [Windows](SparkleShare/Windows/README.md). Make sure to have the `git` package installed when you're building on Linux. +Here are instructions to build SparkleShare on [Linux distributions](SparkleShare/Linux/README.md), [macOS](SparkleShare/Mac/README.md), and [Windows](SparkleShare/Windows/README.md). [![Build Status](https://travis-ci.org/hbons/SparkleShare.svg?branch=master)](https://travis-ci.org/hbons/SparkleShare) diff --git a/SparkleShare/Linux/README.md b/SparkleShare/Linux/README.md index 72a69749..197fec0e 100644 --- a/SparkleShare/Linux/README.md +++ b/SparkleShare/Linux/README.md @@ -24,6 +24,7 @@ libappindicator-sharp ### Common build requirements +Make sure to have the `git` package installed when you're building on Linux. You will need the packages listed below for the most used Linux distributions: ```shell