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:
本文详细介绍了在Ubuntu环境下使用源码方式安装LibAVG多媒体框架所需的步骤,包括必要的依赖包安装、源码检出配置及编译安装等关键环节。

被折叠的 条评论
为什么被折叠?



