Browse Source

Update documentation

Former-commit-id: af104cb70ef3f479538e20a32982fb840b0d81ee
master
Nils 5 years ago
parent
commit
12c1674c40
  1. 4
      README.md
  2. 2
      documentation/out/english.html
  3. 2
      documentation/out/german.html
  4. 4
      index.html

4
README.md

@ -48,7 +48,7 @@ If you want to update at a later date you must use
#### Build Dependencies
* Bash
* Nuitka >= 0.6 (maybe earlier)
* Nuitka >= 0.6 (maybe earlier. Optional when running from source dir)
* GCC (development is done on 8.2, but most likely you can use a much earlier version)
### Environment:
@ -101,7 +101,7 @@ You can run Patroneo after extracting the release archive or cloning from git, w
"Calfbox" is the name of our internal realtime midi/audio python module.
* You can either choose to install the module systemwide, which will make running all Laborejo Software Suite programs more convenient (when run from the source dir). Please consult https://github.com/kfoltman/calfbox.
* Or you just run `./configure` and `make` without subsequent install, which creates a `site-packages` directory in the source dir.
* Or you just run `./configure` and `make calfbox` without subsequent install, which creates a `site-packages` directory in the source dir.
* A third option is `patroneo --mute` which runs without sound at all and does not need calfbox.
### From source directory with NSM

2
documentation/out/english.html

@ -1121,7 +1121,7 @@ The program is split in two parts. A shared "template" between the Laborejo Soft
</div>
<div id="footer">
<div id="footer-text">
Last updated 2019-02-02 18:45:17 +0100
Last updated 2019-02-02 19:07:18 +0100
</div>
</div>
</body>

2
documentation/out/german.html

@ -1202,7 +1202,7 @@ Das Programm ist in zwei Teile aufgeteilt: Ein gemeinsames "Template" (für alle
</div>
<div id="footer">
<div id="footer-text">
Last updated 2019-02-02 18:45:17 +0100
Last updated 2019-02-02 19:07:18 +0100
</div>
</div>
</body>

4
index.html

@ -70,7 +70,7 @@ Download the latest code release on <a href="https://www.laborejo.org/downloads"
<ul>
<li>Bash</li>
<li>Nuitka >= 0.6 (maybe earlier)</li>
<li>Nuitka >= 0.6 (maybe earlier. Optional when running from source dir)</li>
<li>GCC (development is done on 8.2, but most likely you can use a much earlier version)</li>
</ul>
@ -135,7 +135,7 @@ prompt to save changes.</p>
<ul>
<li>You can either choose to install the module systemwide, which will make running all Laborejo Software Suite programs more convenient (when run from the source dir). Please consult <a href="https://github.com/kfoltman/calfbox.">https://github.com/kfoltman/calfbox.</a></li>
<li>Or you just run <code>./configure</code> and <code>make</code> without subsequent install, which creates a <code>site-packages</code> directory in the source dir.</li>
<li>Or you just run <code>./configure</code> and <code>make calfbox</code> without subsequent install, which creates a <code>site-packages</code> directory in the source dir.</li>
<li>A third option is <code>patroneo --mute</code> which runs without sound at all and does not need calfbox.</li>
</ul>

Loading…
Cancel
Save