~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Osmo Antero Maatta
  • Date: 2011-01-17 09:38:13 UTC
  • Revision ID: osmoma@gmail.com-20110117093813-88ii2qx7bn9qeltt
Updated INSTALL, README and NEWS files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Notater: 
2
 
* autoheader finnes ikke i Natty 11.04
3
 
* Remove libpanel-applet2-dev 
4
 
* Added libdbus-1-dev and libdbus-glib-1-dev
5
 
* Add support for libappindicator-dev
6
 
 
7
1
Installation Instructions
8
2
**************************
9
3
 
37
31
Use the "gst-inspect-0.10 [encodername]" command to learn more about these encoders. 
38
32
 
39
33
Developers:
40
 
Developers should also install Autotools and laguage support packages.
 
34
Developers should also install Autotools and laguage support packages. Install these packages
41
35
build-essential - Gcc and g++ compilers. This project uses gcc.
42
36
autotools-dev - Update infrastructure for config.{guess,sub} files.
43
37
automake - A tool for generating GNU Standards-compliant Makefiles
44
 
autoconf - Automatic configure script builder, includes autoheader.
 
38
autoconf - Automatic configure script builder.
45
39
gettext  - GNU Internationalization utilities.
46
40
intltool - Utility scripts for internationalizing XML.
47
41
 
53
47
*************************
54
48
Briefly, these shell commands should configure, build/compile, and install the program:
55
49
 
56
 
cd rec-applet*
 
50
cd audio-recorder*
57
51
./configure
58
52
make
59
 
make install  #run this as root or sudo
60
 
-------------
61
 
 
62
 
You must also re-fresh the GNOME's panel configuration by issuing command
63
 
pkill gnome-panel
64
 
 
65
 
The new applet will now be visible in the toolbar's "Add to panel..." list. 
66
 
-------------
67
 
 
68
 
This GNOME-applet is not a stand-alone program. You must add it to the toolbar panel. 
69
 
Right-clik the toolbar panel and select "Add to panel..." from the popup-menu. 
70
 
Then pick the "Easy-to-use audio recording tool" from the list. 
71
 
Click the panel/applet to start the configuration and recording.
72
 
 
73
 
The program's about-dialog (in the applet's right-click menu) vill show some details 
74
 
about the installation directories and locations.
75
 
-------------
76
 
 
77
 
Read the rec-applet*/debian/README file if you plan to create a Debian/Ubuntu package of this program.
78
 
Read also the rec-applet/README file.
 
53
sudo make install  # run this as root or sudo
 
54
-------------
 
55
 
 
56
You can start the application from the command line or from the Applications -> Sound & Video menu.
 
57
 
 
58
The program's about-dialog vill show some details about the installation directories and locations.
 
59
You can access the about-dialog from the systray icon, or right-click the [Start recording] button in the GUI.
 
60
-------------
 
61
 
 
62
Read also the audio-recorder/README file.
79
63
-------------
80
64
 
81
65
Generic instructions: