2 Skype Call Recorder - Installation
3 ==================================
7 To build and use Skype Call Recorder you will need:
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)
21 Run the following command to configure the source:
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:
37 To Compile, run the following command:
43 Finally, to install it, run the following as root:
47 By default, this will install to /usr/local/bin.
51 Your desktop's menu should contain a new entry in the
52 'Utilities' or 'Accessories' section. If it doesn't, you can
55 $ skype-call-recorder &
57 It can be convenient to add it to your auto-start programs