diff --git a/doc/building.dox b/doc/building.dox index 5b4ca52b..45ca7df1 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -19,10 +19,35 @@ $> sudo make install @note On Debian-based distributions including Ubuntu and its derivatives skip the ```--libdir=/usr/lib64``` argument. -A description on how to fix "No package 'foo' found" errors during the -configure stage is available -in -this blog post here. +A successful build requires the @ref building_dependencies to be installed +at configure time. + +@subsection building_dependencies Build dependencies + +libinput has a few build-time dependencies that must be installed prior to +running configure. 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: + +
+$> abs extra/libinput +$> cd $(mktemp -d) +$> cp /var/abs/extra/libinput/PKGBUILD . +$> makepkg --syncdeps --nobuild ++