Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 25de1e27 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

DOC: Update readme and contributing

parent 46eafb83
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!132Segv, abort and assert update
......@@ -22,6 +22,12 @@ configuration, to use the fixed version.
An archlinux package exists, use `makepkg -si` to build and install it. If
there are no package for your distribution, feel free to add a way to make it.
Here are some recomended invocations of the `configure` script:
- `../configure --prefix=$HOME/.local --with-liblektor=static --enable-debug CC=clang`
- `../configure --prefix=$HOME/.local CC=gcc`
- `../configure --prefix=$HOME/.local --with-depends`
## Style and the code
### C code and style
......
......@@ -104,19 +104,17 @@ your system (apport from CentOS, because I never tested on it).
## Preparing a kara for lektor
The ideal way of populating lektor is using *Kurisu*. The `update` and `rescan`
commands are here for that.
To import the favorites and playlists from *Kurisu*, use the `import` command.
commands are here for that. To import the favorites and playlists from
*Kurisu*, use the `import` command.
## How to use lektor
### Launch instructions
To run lektor, you can simply run the binary like: `./lektord`.
If lektord did not exited normally (i.e. without the `lkt adm kill` command), the
database will still store the fact that lektord is running. To by-pass it, you
will need to launch lektord with the `-F` (forced) option, like:
To run lektor, you can simply run the binary like: `./lektord`. If lektord did
not exited normally (i.e. without the `lkt adm kill` command), the database
will still store the fact that lektord is running. To by-pass it, you will need
to launch lektord with the `-F` (forced) option, like:
```
lektord -F
......@@ -135,10 +133,9 @@ optirun ./lektord
### How to send commands to lektor
Lektor is compatible with mpd, which means that you can use any client (only mpc is
tested) to interact with lektor. Some functions are not *really* compatible
(somme work to be done) because mpc *really* makes some assumptions.
Lektor is compatible with mpd, which means that you can use any client (only
mpc is tested) to interact with lektor. Some functions are not *really*
compatible (somme work to be done) because mpc *really* makes some assumptions.
The ideal way is to use `lkt`.
### How to configure lektor
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter