mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-06 17:40:13 +01: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,
|
||||
overwriting manually installed files.
|
||||
|
||||
<ul>
|
||||
<li><b>Debian/Ubuntu</b> based distributions: `sudo apt-get install
|
||||
--reinstall libinput`</li>
|
||||
<li><b>Fedora 22</b> and later: `sudo dnf reinstall libinput`</li>
|
||||
<li><b>RHEL/CentOS/Fedora 21</b> and earlier: `sudo yum reinstall libinput`</li>
|
||||
<li><b>openSUSE</b>: `sudo zypper install --force libinput10`</li>
|
||||
<li><b>Arch</b>: `sudo packman -S libinput`</li>
|
||||
</ul>
|
||||
- <b>Debian/Ubuntu</b> based distributions: `sudo apt-get install
|
||||
--reinstall libinput`
|
||||
- <b>Fedora 22</b> and later: `sudo dnf reinstall libinput`
|
||||
- <b>RHEL/CentOS/Fedora 21</b> and earlier: `sudo yum reinstall libinput`
|
||||
- <b>openSUSE</b>: `sudo zypper install --force libinput10`
|
||||
- <b>Arch</b>: `sudo packman -S libinput`
|
||||
|
||||
@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
|
||||
with one of the following commands:
|
||||
|
||||
<ul>
|
||||
<li><b>Debian/Ubuntu</b> based distributions: `sudo apt-get build-dep
|
||||
libinput`</li>
|
||||
<li><b>Fedora 22</b> and later: `sudo dnf builddep libinput`</li>
|
||||
<li><b>RHEL/CentOS/Fedora 21</b> and earlier: `sudo yum-builddep libinput`</li>
|
||||
<li><b>openSUSE</b>:
|
||||
- <b>Debian/Ubuntu</b> based distributions: `sudo apt-get build-dep
|
||||
libinput`
|
||||
- <b>Fedora 22</b> and later: `sudo dnf builddep libinput`
|
||||
- <b>RHEL/CentOS/Fedora 21</b> and earlier: `sudo yum-builddep libinput`
|
||||
- <b>openSUSE</b>:
|
||||
@verbatim
|
||||
$> sudo zypper modifyrepo --enable `zypper repos | grep source | awk '{print $5}'`
|
||||
$> sudo zypper source-install -d libinput10
|
||||
$> sudo zypper install autoconf automake libtool
|
||||
$> sudo zypper modifyrepo --disable `zypper repos | grep source | awk '{print $5}'`
|
||||
@endverbatim
|
||||
</li>
|
||||
<li><b>Arch</b>:
|
||||
|
||||
- <b>Arch</b>:
|
||||
@verbatim
|
||||
$> sudo pacman -S asp
|
||||
$> cd $(mktemp -d)
|
||||
|
|
@ -153,8 +150,7 @@ $> asp export libinput
|
|||
$> cd libinput
|
||||
$> makepkg --syncdeps --nobuild --noextract
|
||||
@endverbatim
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
If dependencies are missing, a message `No package 'foo' found` will be
|
||||
shown during the configure stage. See
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue