Browse Source

version number does not belong in desktop file. Fix git URLs

master
Nils 4 years ago
parent
commit
207f335d00
  1. 2
      desktop/desktop.desktop
  2. 2
      index.html
  3. 2
      template/documentation/english.adoc.template
  4. 2
      template/documentation/german.adoc.template
  5. 3
      template/documentation/readme.template

2
desktop/desktop.desktop

@ -10,4 +10,4 @@ Terminal=false
StartupNotify=false
Categories=AudioVideo;Audio;X-Recorders;X-Multitrack;X-Jack;
X-NSM-capable=true
Version=2.0
Version=1.0

2
index.html

@ -48,7 +48,7 @@ Download the latest code release on <a href="https://www.laborejo.org/downloads"
<p>It is possible to clone a git repository.</p>
<p><code>git clone https://git.laborejo.org/lss/laborejo</code></p>
<p><code>git clone https://git.laborejo.org/lss/laborejo.git</code></p>
<h2>Dependencies</h2>

2
template/documentation/english.adoc.template

@ -43,7 +43,7 @@ If not, you can build <name> yourself.
* Please check the supplied README.md for dependencies.
* You can download a release or clone the git version
** Download the latest version from https://www.laborejo.org/downloads and extract it.
** `git clone https://laborejo.org/<shortName>.git`
** git clone https://git.laborejo.org/lss/<shortName>.git
* Change into the new directory and use these commands:
* `./configure --prefix=/usr`
** The default prefix is /usr/local

2
template/documentation/german.adoc.template

@ -43,7 +43,7 @@ Falls nicht kann man <name> auch selbst "bauen".
* Eine Liste der Abhängigkeit befindet sich in der README.md
* Kompilieren und Installieren geht entweder mit einem Releasedownload oder mit der Git-Version:
** Lade von https://www.laborejo.org/downloads die aktuelle Version herunter und entpacke sie.
** `git clone https://laborejo.org/<shortName>.git`
** `git clone https://git.laborejo.org/lss/<shortName>.git`
* Wechseln Sie in das neue Verzeichnis und benutzen diese Befehle:
*`./configure --prefix=/usr`
** Das Standardprefix is /usr/local

3
template/documentation/readme.template

@ -21,8 +21,7 @@ Download the latest code release on https://www.laborejo.org/downloads and extra
### Git Version
It is possible to clone a git repository.
`git clone https://laborejo.org/<shortname>.git`
`git clone https://git.laborejo.org/lss/<shortname>.git`
## Dependencies
* Glibc

Loading…
Cancel
Save