~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Osmo Antero
  • Date: 2012-09-29 18:12:44 UTC
  • Revision ID: osmoma@gmail.com-20120929181244-gmrxd5xww9pua60a
Support new systems; Ubuntu 12.10, Fedora 18. Improved timer and VAD-modules. Better gst-pipeline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
Configure.in file sets the HAS_APP_INDICATOR flag if the appindicator3-0.1 library is available.
44
44
See also src/systray-icon.c module. 
45
45
 
46
 
On GNOME 3 this program will display the older GNOME 2.x type status icon. 
47
 
My test on Fedora 16/GNOME 3 showed that the status icon (on the systray) works really well.
 
46
On GNOME3 this program will display the older GNOME 2.x type status icon. 
 
47
My test on Fedora 16/GNOME 3 showed that the status icon (on the systray) works very well.
48
48
---
49
49
 
50
50
Developers:
53
53
autotools-dev - Update infrastructure for config.{guess,sub} files.
54
54
automake - A tool for generating GNU Standards-compliant Makefiles
55
55
autoconf - Automatic configure script builder.
 
56
intltool - Utility scripts for internationalizing XML.
56
57
gettext  - GNU Internationalization utilities.
57
 
intltool - Utility scripts for internationalizing XML.
58
58
libtool - Generic library support script.
59
59
 
60
60
Install also devscripts package (contains debuild, dput, lintian etc).