Browse Source

Update documentation and info files

master
Nils 3 years ago
parent
commit
c6765085b1
  1. 9
      README.md
  2. 2
      documentation/laborejo.1
  3. 2
      documentation/out/english.html
  4. 2
      documentation/out/german.html

9
README.md

@ -1,5 +1,5 @@
[//]: # (Generated 2020-12-18T23:01:31.935381. Changes belong into template/documentation/readme.template) [//]: # (Generated 2021-01-01T23:55:34.683379. Changes belong into template/documentation/readme.template)
#Laborejo #Laborejo
Program version 2.0.0 Program version 2.0.0
@ -48,7 +48,6 @@ It is possible to clone a git repository.
#### Build Dependencies #### Build Dependencies
* Bash * Bash
* 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) * GCC (development is done on 8.2, but most likely you can use a much earlier version)
### Environment: ### Environment:
@ -101,9 +100,9 @@ You can run Laborejo after extracting the release archive or cloning from git, w
### Calfbox ### Calfbox
"Calfbox" is the name of our internal realtime midi/audio python module. "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 * It is bundled with the application for a normal install.
* Or you just run `./configure` and `make calfbox` without subsequent install, which creates a `site-packages` directory in the source dir. * Or you could run `./configure` and `make calfbox` without subsequent install, which creates a `sitepackages` directory in the source dir. You can then run `./laborejo` directly from the source.
* A third option is `laborejo --mute` which runs without sound at all and does not need calfbox. * A third option is `./laborejo --mute` which runs without sound at all and does not need calfbox.
### From source directory with NSM ### From source directory with NSM
The developer uses this way to develop and use the software, so it will always be as stable as the The developer uses this way to develop and use the software, so it will always be as stable as the

2
documentation/laborejo.1

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH LABOREJO "1" "December 2020" "Laborejo 2.0.0" "User Commands" .TH LABOREJO "1" "January 2021" "Laborejo 2.0.0" "User Commands"
.SH NAME .SH NAME
Laborejo - MIDI sequencer based on classical music notation Laborejo - MIDI sequencer based on classical music notation
.SH DESCRIPTION .SH DESCRIPTION

2
documentation/out/english.html

@ -722,7 +722,7 @@ The program is split in two parts. A shared "template" between the Laborejo Soft
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2020-12-18 23:01:32 +0100 Last updated 2021-01-01 23:55:34 +0100
</div> </div>
</div> </div>
</body> </body>

2
documentation/out/german.html

@ -2220,7 +2220,7 @@ Ansonsten starten Sie laborejo mit diesem Befehl, Sprachcode ändern, vom Termin
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2020-12-18 23:01:32 +0100 Last updated 2021-01-01 23:55:34 +0100
</div> </div>
</div> </div>
</body> </body>

Loading…
Cancel
Save