@ -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.
@ -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 <ahref="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>