记录下来以备不时之需 With the next update in [kdemod-testing] we will switch to Qt's phonon instead of the one provided by KDE. This results in... qtmod providing the phonon core kdemod-phonon-backend-* providi
5.最小的 GNU Autotools 项目 本章讲述了如何用 GNU Autotools 来管理一个最小的项目。最小的项目是指能充分说明 GNU Autotools 的规则的尽可能小的项目。测过小的项目,我们可以更容易的理解。 本章中的例子是一个叫做 foonly 的虚构的命令解释器。foonly 是用 C 写的,但如同大多数的解释器,使用lex 和 yacc 的词法分析器和语法分析器。这个项目