Add install instructions
[skype-call-recorder.git] / INSTALL
bloba2708b023dd1ab8aacefeb56beebdebc00895c73
2 Skype Call Recorder - Installation
3 ==================================
5 (1) Prerequisits
7     To build and use Skype Call Recorder you will need:
9       - Qt 4, at least version 4.3
10       - libmp3lame, for encoding to mp3 files
11       - libid3 (aka id3lib), for manipulating id3 tags
13 (2) Configure
15     Run the following command to configure the source:
17         $ cmake .
19     Alternatively, you can also configure it out of source, by
20     creating an empty directory and running
22         $ cmake /path/to/source
24     If you want to change the installation prefix or other
25     settings, you can run cmake in interactive mode:
27         $ ccmake .
29 (3) Compile
31     To Compile, run the following command:
33         $ make
35 (4) Install
37     Finally, to install it, run the following as root:
39         $ make install
41     By default, this will install to /usr/local/bin.
43 (5) Use it
45     The binary is called skype-call-recorder, start it with
47         $ skype-call-recorder &
49     From a terminal or create an entry in your desktop's menus.
50     For convenience, you can also add it to your auto-start
51     programs.