2 Skype Call Recorder - Installation
3 ==================================
7 To build and use Skype Call Recorder you will need:
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
18 Run the following command to configure the source:
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:
34 To Compile, run the following command:
40 Finally, to install it, run the following as root:
44 By default, this will install to /usr/local/bin.
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