Music production session manager https://www.laborejo.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Nils d3a3ed1b06 screenshot in readme 3 years ago
..
css documentation in progress 4 years ago
out screenshot in readme 3 years ago
LICENSE documentation in progress 4 years ago
agordejo.1 screenshot in readme 3 years ago
build-documentation.sh documentation in progress 4 years ago
build.py Fix name of the whole project. Argodejo -> Agordejo 4 years ago
english.adoc screenshot in readme 3 years ago
english.adoc.template documentation in progress 4 years ago
english.part.adoc Fix name of the whole project. Argodejo -> Agordejo 4 years ago
german.adoc screenshot in readme 3 years ago
german.adoc.template Small documentation updates 4 years ago
german.part.adoc Fix name of the whole project. Argodejo -> Agordejo 4 years ago
index.adoc screenshot in readme 3 years ago
index.adoc.template add usefule links to the manuals index page 4 years ago
manpageinclude.h2m screenshot in readme 3 years ago
nsm-data.1 Update documentation and info files 3 years ago
readme.template screenshot in readme 3 years ago
screenshot.png add screenshot 3 years ago

readme.template


[//]: # (Generated <date>. Changes belong into template/documentation/readme.template)

#<name>
Program version <version>


![Screenshot](https://git.laborejo.org/lss/<name>/raw/branch/master/documentation/screenshot.png "Screenshot")


<description>

This README is just a short introduction. Consult the manual (see below) for more information.

# Contact and Information

* Website https://www.laborejo.org
* Bugs and Issues: https://www.laborejo.org/bugs
* Git Repositories for all programs: https://git.laborejo.org
* Documentation and Manual https://www.laborejo.org/documentation/<shortname>

# Installation and Starting

## Download

### Release Version
If the latest release is not available through your package manger you can build it yourself:
Download the latest code release on https://www.laborejo.org/downloads and extract it.

### Git Version
It is possible to clone a git repository.

`git clone https://git.laborejo.org/lss/<shortname>.git`

## Dependencies
* Glibc
* Python 3.6 (maybe earlier)
* PyQt5 for Python 3
* DejaVu Sans Sarif TTF (Font) (recommended, but not technically necessary)
<dependencies>

#### Build Dependencies
* Bash
* GCC (development is done on 8.2, but most likely you can use a much earlier version)

### Environment:
* Jack Audio Connection Kit must be running

## Build and Install
./configure --prefix=/usr/local
make
sudo make install


## Starting

If you installed <name> through a packager manager or yourself simple use your application launcher
or terminal to start the executable `<shortname>`

You can also run <name> after extracting the release archive or cloning from git, without make or
installation. If you did so, for additional features please link tools/nsm-data to your executable PATH.

Use the manpage `man <shortname>` or run `<shortname> --help` (or local variant `./<shortname> --help` )
to see available command line parameters.