This repository was archived by the owner on Dec 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
OpenTabletDriver.Web/Views/Wiki/Install Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656</h3 >
5757<ol >
5858 <li >
59- Use an AUR helper to install the <code >opentabletdriver</code > AUR package.
59+ Use an < a href = " https://wiki.archlinux.org/title/AUR_helpers " > AUR helper</ a > to install the <code >opentabletdriver</code > AUR package.
6060 </li >
6161 <li >
6262 Run the following commands in a terminal
6969 </li >
7070</ol >
7171
72+ <ol >
73+ <p >
74+ Alternatively, you can install <code >opentabletdriver</code > without an AUR helper.
75+ </p >
76+ <li >
77+ Run the following commands in a terminal to install and enable the OpenTabletDriver service.
78+ <codeblock class =" mt-2" language =" sh" >
79+ # Downloads the pkgbuild from the AUR.
80+ git clone https://aur.archlinux.org/opentabletdriver.git
81+ # Changes into the correct directory and installs OpenTabletDriver
82+ cd opentabletdriver && makepkg -si
83+ # Clean up leftovers
84+ cd ..
85+ rm -rf opentabletdriver
86+ # Reload the systemd user unit daemon
87+ systemctl --user daemon-reload
88+ # Enable and start the user service
89+ systemctl --user enable opentabletdriver --now
90+ </codeblock >
91+ </li >
92+ </ol >
93+
7294<hr />
7395
7496<h3 class =" wiki-nav-item" id =" gentoo" >
You can’t perform that action at this time.
0 commit comments