PreferencesDialog: Add browse button to output path
[skype-call-recorder.git] / INSTALL
blob818a555d64d51eb6c2caddc866eb86b7482a381e
2 Skype Call Recorder - Installation
3 ==================================
5 (1) Prerequisits
7     To build and use Skype Call Recorder you will need:
9       - A C++ compiler
10       - cmake, at least version 2.4.8
11       - Qt 4, at least version 4.3
12       - libmp3lame, for encoding to mp3 files
13       - libid3 (aka id3lib), for manipulating id3 tags
14       - libvorbisenc, for encoding to Ogg Vorbis
16 (2) Configure
18     Run the following command to configure the source:
20         $ cmake .
22     Alternatively, you can also configure it out of source, by
23     creating an empty directory and running
25         $ cmake /path/to/source
27     If you want to change the installation prefix or other
28     settings, you can run cmake in interactive mode:
30         $ ccmake .
32 (3) Compile
34     To Compile, run the following command:
36         $ make
38 (4) Install
40     Finally, to install it, run the following as root:
42         $ make install
44     By default, this will install to /usr/local/bin.
46 (5) Use it
48     The binary is called skype-call-recorder, start it with
50         $ skype-call-recorder &
52     From a terminal or create an entry in your desktop's menus.
53     For convenience, you can also add it to your auto-start
54     programs.