Fix creation of output file name
[skype-call-recorder.git] / INSTALL
blob5947d1a264df3d7359ebd45902cd9aa309a5ab89
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       - make
11       - cmake, at least version 2.4.8
12       - Qt 4, at least version 4.3
13       - libmp3lame, for encoding to mp3 files
14       - libid3 (aka id3lib), for manipulating id3 tags
15       - libvorbisenc, for encoding to Ogg Vorbis
16       - you might need to also install the development packages of
17         the above libraries (like libqt4-dev)
19 (2) Configure
21     Run the following command to configure the source:
23         $ cmake .
25     Alternatively, you can also configure it out of source, by
26     creating an empty directory and running
28         $ cmake /path/to/source
30     If you want to change the installation prefix or other
31     settings, you can run cmake in interactive mode:
33         $ ccmake .
35 (3) Compile
37     To Compile, run the following command:
39         $ make
41 (4) Install
43     Finally, to install it, run the following as root:
45         $ make install
47     By default, this will install to /usr/local/bin.
49 (5) Use it
51     Your desktop's menu should contain a new entry in the
52     'Utilities' or 'Accessories' section.  If it doesn't, you can
53     start it with
55         $ skype-call-recorder &
57     It can be convenient to add it to your auto-start programs