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

Doc update

parent e401cb69
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!60Priority
...@@ -34,8 +34,8 @@ The manual way of installing and setting up lektor: ...@@ -34,8 +34,8 @@ The manual way of installing and setting up lektor:
```sh ```sh
sudo mkdir /home/kara && sudo chown USER:USER /home/kara sudo mkdir /home/kara && sudo chown USER:USER /home/kara
meson build && cd build meson build
ninja && ninja install ninja -C build && sudo ninja -C build install
sudo chown USER:USER /home/kara/kara.db sudo chown USER:USER /home/kara/kara.db
``` ```
......
...@@ -33,7 +33,20 @@ Lektord can be piloted over the network with \fBlkt\fP. ...@@ -33,7 +33,20 @@ Lektord can be piloted over the network with \fBlkt\fP.
\fBPlaylists and stickers\fP \fBPlaylists and stickers\fP
Reading and searching through the base can be facilitated by creating Reading and searching through the base can be facilitated by creating
\fIplaylist\fP and using \fIstickers\fP (\fIMPD\fP version of tags). \fIplaylist\fP and using \fIstickers\fP (\fIMPD\fP version of tags).
.PP .SH "INSTALLATION"
You may install lektor from source like this:
.sp
.RS 4
.nf
\fB
% git clone https://git.iiens.net/martin2018/lektor && cd lektor
% sudo mkdir /home/kara && sudo chown USER:USER /home/kara
% meson build
% ninja -C build && sudo ninja -C build install
% sudo chown USER:USER /home/kara/kara.db
.fi \fR
.P
.RE
.SH "SUPPORTED URIS" .SH "SUPPORTED URIS"
When searching the database, the following URIs are supported by lektor. Those When searching the database, the following URIs are supported by lektor. Those
URIs are hidden, you should not use them, but here is some documentation about URIs are hidden, you should not use them, but here is some documentation about
......
...@@ -17,20 +17,6 @@ You may be interested in other related programs like: ...@@ -17,20 +17,6 @@ You may be interested in other related programs like:
Lektor allows one to interactivelly and remotly interact with the player. The Lektor allows one to interactivelly and remotly interact with the player. The
lektor daemon is mpd compatible, even if some functionnalities may differ. lektor daemon is mpd compatible, even if some functionnalities may differ.
You can almost use \fBmpc\fP with lektord. You can almost use \fBmpc\fP with lektord.
.SH "INSTALLATION"
You may install lektor from source like this:
.sp
.RS 4
.nf
\fB
% sudo mkdir /home/kara && sudo chown USER:USER /home/kara
% git clone https://git.iiens.net/martin2018/lektor && cd lektor
% mkdir build && meson build && cd build && ninja # Compilation
% sudo meson install --no-rebuild # Install
% sudo chown USER:USER /home/kara/kara.db # Or you will have some problems
.fi \fR
.P
.RE
.SH "INVOCATION" .SH "INVOCATION"
To simply launch the daemon do not set any flag. The following flags are To simply launch the daemon do not set any flag. The following flags are
interpreted by the shell when invoked to determine where the shell will read interpreted by the shell when invoked to determine where the shell will read
......
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