Browse Source

Update documentation

Former-commit-id: 355394abc17dc6c66192dda6fbf7f4dfec268bb8
master
Nils 5 years ago
parent
commit
f68e54823c
  1. 52
      README.md
  2. 2
      documentation/out/english.html
  3. 2
      documentation/out/german.html
  4. 59
      index.html

52
README.md

@ -60,27 +60,24 @@ If you want to update at a later date you must use
make
sudo make install
## Starting through the Non Session Manager after installation (recommended)
Starting Patroneo through the Non Session Manager after you installed patroneo system-wide
is the recommended and only supported way. Start non-session-manager and load or create a new
session. Then use the button "Add Client to Session" and type in patroneo.
It should appear with an icon in the list and open its GUI.
## Starting
## Starting through NSM without building / installation
There are multiple ways to run Patroneo which should give you the flexibility to configure your
system as you want.
Starting Patroneo through the Non Session Manager is possible without building or installation.
So you don't need to call the steps above (configure, make, make install)
The developer uses this way to develop and use the software, so it will always be as stable as the
compiled version. But it is a bit less performant than building and installing it.
We make no distinction if you installed Patroneo yourself or through the distributions package-manager.
After extracting the release archive create a symlink from `patroneo` into your PATH. e.g. /usr/bin
or ~/bin, if that exists on your system.
The differences are: With or without NSM, with or without sound, installed or from the source dir.
The permutations are too many to describe them all in detail, but here are some useful modes:
This mode needs calfbox to be installed systemwide. Please consult https://github.com/kfoltman/calfbox
### Installed with Non Session Manager (recommended)
Starting Patroneo through the Non Session Manager after you installed patroneo system-wide
is the recommended and only supported way. Start non-session-manager and load or create a new
session. Then use the button "Add Client to Session" and type in `patroneo`.
It should appear with an icon in the list and open its GUI.
## Starting without Non Session Manager
### Installed without NSM
You need to start patroneo from a terminal (or create a starter script).
`patroneo --save DIRECTORY`
@ -97,10 +94,29 @@ Sending SIGUSR1 to the program in this mode will trigger a save.
Closing through your window manager in this mode will actually quit the application without a
prompt to save changes.
It is possible to set /dev/null as save path, or any other nonsense path. The program will start but
you won't be able to save.
## From source directory
You can run Patroneo after extracting the release archive or cloning from git, without installation.
### Calfbox
"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.
* A third option is `patroneo --mute` which runs without sound at all and does not need calfbox.
### 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
compiled version. But it is a bit less performant than building and installing it.
After extracting the release archive create a symlink from `patroneo` into your PATH. e.g. /usr/bin
or ~/bin, if that exists on your system.
If you compiled without installing you can also symlink to `./patroneo.bin`
### From source dir without NSM
Use `./patroneo --save` (see above). If you compiled without installing you can also run `./patroneo.bin`
## Without NSM, no install or PATH, without calfbox/sound
### No NSM, no Make, No Sound
Combining the above options you can start the program directly after unpacking or cloning from git:
`./patroneo --save /tmp --mute`

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 13:59:04 +0100
Last updated 2019-02-02 18:45:17 +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 13:59:04 +0100
Last updated 2019-02-02 18:45:17 +0100
</div>
</div>
</body>

59
index.html

@ -90,27 +90,24 @@ make
sudo make install
</code></pre>
<h2>Starting through the Non Session Manager after installation (recommended)</h2>
<h2>Starting</h2>
<p>Starting Patroneo through the Non Session Manager after you installed patroneo system-wide
is the recommended and only supported way. Start non-session-manager and load or create a new
session. Then use the button &ldquo;Add Client to Session&rdquo; and type in patroneo.
It should appear with an icon in the list and open its GUI.</p>
<p>There are multiple ways to run Patroneo which should give you the flexibility to configure your
system as you want.</p>
<h2>Starting through NSM without building / installation</h2>
<p>We make no distinction if you installed Patroneo yourself or through the distributions package-manager.</p>
<p>Starting Patroneo through the Non Session Manager is possible without building or installation.
So you don&rsquo;t need to call the steps above (configure, make, make install)</p>
<p>The differences are: With or without NSM, with or without sound, installed or from the source dir.
The permutations are too many to describe them all in detail, but here are some useful modes:</p>
<p>The developer uses this way to develop and use the software, so it will always be as stable as the
compiled version. But it is a bit less performant than building and installing it.</p>
<p>After extracting the release archive create a symlink from <code>patroneo</code> into your PATH. e.g. /usr/bin
or ~/bin, if that exists on your system.</p>
<h3>Installed with Non Session Manager (recommended)</h3>
<p>This mode needs calfbox to be installed systemwide. Please consult <a href="https://github.com/kfoltman/calfbox">https://github.com/kfoltman/calfbox</a></p>
<p>Starting Patroneo through the Non Session Manager after you installed patroneo system-wide
is the recommended and only supported way. Start non-session-manager and load or create a new
session. Then use the button &ldquo;Add Client to Session&rdquo; and type in <code>patroneo</code>.
It should appear with an icon in the list and open its GUI.</p>
<h2>Starting without Non Session Manager</h2>
<h3>Installed without NSM</h3>
<p>You need to start patroneo from a terminal (or create a starter script).</p>
@ -128,10 +125,36 @@ directory to append the unique ID provided by NSM.</p>
<p>Closing through your window manager in this mode will actually quit the application without a
prompt to save changes.</p>
<p>It is possible to set /dev/null as save path, or any other nonsense path. The program will start but
you won&rsquo;t be able to save.</p>
<h2>From source directory</h2>
<p>You can run Patroneo after extracting the release archive or cloning from git, without installation.</p>
<h3>Calfbox</h3>
<p>&ldquo;Calfbox&rdquo; is the name of our internal realtime midi/audio python module.</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>A third option is <code>patroneo --mute</code> which runs without sound at all and does not need calfbox.</li>
</ul>
<h3>From source directory with NSM</h3>
<p>The developer uses this way to develop and use the software, so it will always be as stable as the
compiled version. But it is a bit less performant than building and installing it.</p>
<p>After extracting the release archive create a symlink from <code>patroneo</code> into your PATH. e.g. /usr/bin
or ~/bin, if that exists on your system.</p>
<p>If you compiled without installing you can also symlink to <code>./patroneo.bin</code></p>
<h3>From source dir without NSM</h3>
<p>Use <code>./patroneo --save</code> (see above). If you compiled without installing you can also run <code>./patroneo.bin</code></p>
<h2>Without NSM, no install or PATH, without calfbox/sound</h2>
<h3>No NSM, no Make, No Sound</h3>
<p>Combining the above options you can start the program directly after unpacking or cloning from git:</p>

Loading…
Cancel
Save