https://www.libavg.de/site/projects/libavg/wiki/UbuntuSourceInstall
Prerequisite Packages
Start with the installation of all needed packages:
To support native linux Multitouch devices, you also need to install libxi-dev
.
Checkout and Configure
Check the code out from git:
Alternatively, you can download the release tarball from the download page. In that case, you can skip the bootstrap step and just run configure.
Afterward, type:
to get an automated generation of configure.
Run configure (providing optional parameters like --prefix
):
Compilation and Installation
Start compilation with:
-j3 is the number of parallel compile processes you'd like to run. A good heuristic is to set this to the number of cores you have + 1.
Then do a make install to get libavg installed in the PREFIX
path, which is /usr/local
by default: