Go to file
2016-08-15 17:20:59 +02:00
data No longer store Makefiles in the source tree 2015-04-06 15:16:36 +02:00
doc Import newer scripts upstream 2016-02-20 16:00:58 +01:00
po Import newer scripts upstream 2016-02-20 16:00:58 +01:00
src Let the default size be higher 2016-08-15 17:10:25 +02:00
.gitignore Add a few .gitignore files 2015-04-06 15:18:05 +02:00
COPYING Added the file COPYING for proper licensing 2010-04-23 15:03:52 +00:00
project.conf Import a README file 2016-08-15 17:20:59 +02:00
README.md Import a README file 2016-08-15 17:20:59 +02:00

DeforaOS Mixer

About Mixer

Mixer is a volume control application for the DeforaOS desktop.

Compiling Mixer

Mixer depends on the following components:

  • DeforaOS libDesktop
  • DocBook-XSL (for the manual pages)

With GCC, this should then be enough to compile Mixer:

$ make

To install (or package) Mixer in a different location:

$ make DESTDIR="/staging/directory" PREFIX="/another/prefix" install

Documentation

Manual pages for each of the executables installed are available in the doc folder. They are written in the DocBook-XML format, and need libxslt and DocBook-XSL to be installed to be converted to either HTML or man file format.