mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 10:08:05 +02:00
doc: replace html lists with markdown ones
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
dc0c013b43
commit
2dfa4c5d38
1 changed files with 14 additions and 18 deletions
|
|
@ -85,14 +85,12 @@ $> sudo ninja -C builddir/ uninstall
|
||||||
The following commands reinstall the current system package for libinput,
|
The following commands reinstall the current system package for libinput,
|
||||||
overwriting manually installed files.
|
overwriting manually installed files.
|
||||||
|
|
||||||
<ul>
|
- <b>Debian/Ubuntu</b> based distributions: `sudo apt-get install
|
||||||
<li><b>Debian/Ubuntu</b> based distributions: `sudo apt-get install
|
--reinstall libinput`
|
||||||
--reinstall libinput`</li>
|
- <b>Fedora 22</b> and later: `sudo dnf reinstall libinput`
|
||||||
<li><b>Fedora 22</b> and later: `sudo dnf reinstall libinput`</li>
|
- <b>RHEL/CentOS/Fedora 21</b> and earlier: `sudo yum reinstall libinput`
|
||||||
<li><b>RHEL/CentOS/Fedora 21</b> and earlier: `sudo yum reinstall libinput`</li>
|
- <b>openSUSE</b>: `sudo zypper install --force libinput10`
|
||||||
<li><b>openSUSE</b>: `sudo zypper install --force libinput10`</li>
|
- <b>Arch</b>: `sudo packman -S libinput`
|
||||||
<li><b>Arch</b>: `sudo packman -S libinput`</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
@subsection building_selinux SELinux adjustments
|
@subsection building_selinux SELinux adjustments
|
||||||
|
|
||||||
|
|
@ -132,20 +130,19 @@ In most cases, it is sufficient to install the dependencies that your
|
||||||
distribution uses to build the libinput package. These can be installed
|
distribution uses to build the libinput package. These can be installed
|
||||||
with one of the following commands:
|
with one of the following commands:
|
||||||
|
|
||||||
<ul>
|
- <b>Debian/Ubuntu</b> based distributions: `sudo apt-get build-dep
|
||||||
<li><b>Debian/Ubuntu</b> based distributions: `sudo apt-get build-dep
|
libinput`
|
||||||
libinput`</li>
|
- <b>Fedora 22</b> and later: `sudo dnf builddep libinput`
|
||||||
<li><b>Fedora 22</b> and later: `sudo dnf builddep libinput`</li>
|
- <b>RHEL/CentOS/Fedora 21</b> and earlier: `sudo yum-builddep libinput`
|
||||||
<li><b>RHEL/CentOS/Fedora 21</b> and earlier: `sudo yum-builddep libinput`</li>
|
- <b>openSUSE</b>:
|
||||||
<li><b>openSUSE</b>:
|
|
||||||
@verbatim
|
@verbatim
|
||||||
$> sudo zypper modifyrepo --enable `zypper repos | grep source | awk '{print $5}'`
|
$> sudo zypper modifyrepo --enable `zypper repos | grep source | awk '{print $5}'`
|
||||||
$> sudo zypper source-install -d libinput10
|
$> sudo zypper source-install -d libinput10
|
||||||
$> sudo zypper install autoconf automake libtool
|
$> sudo zypper install autoconf automake libtool
|
||||||
$> sudo zypper modifyrepo --disable `zypper repos | grep source | awk '{print $5}'`
|
$> sudo zypper modifyrepo --disable `zypper repos | grep source | awk '{print $5}'`
|
||||||
@endverbatim
|
@endverbatim
|
||||||
</li>
|
|
||||||
<li><b>Arch</b>:
|
- <b>Arch</b>:
|
||||||
@verbatim
|
@verbatim
|
||||||
$> sudo pacman -S asp
|
$> sudo pacman -S asp
|
||||||
$> cd $(mktemp -d)
|
$> cd $(mktemp -d)
|
||||||
|
|
@ -153,8 +150,7 @@ $> asp export libinput
|
||||||
$> cd libinput
|
$> cd libinput
|
||||||
$> makepkg --syncdeps --nobuild --noextract
|
$> makepkg --syncdeps --nobuild --noextract
|
||||||
@endverbatim
|
@endverbatim
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
If dependencies are missing, a message `No package 'foo' found` will be
|
If dependencies are missing, a message `No package 'foo' found` will be
|
||||||
shown during the configure stage. See
|
shown during the configure stage. See
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue