utils.cpp: Set FD_CLOEXEC on lock file
[skype-call-recorder.git] / INSTALL
blobc4e0d572edba9423d83fb6cfbddf14a43d82f0c0
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
15 (2) Configure
17     Run the following command to configure the source:
19         $ cmake .
21     Alternatively, you can also configure it out of source, by
22     creating an empty directory and running
24         $ cmake /path/to/source
26     If you want to change the installation prefix or other
27     settings, you can run cmake in interactive mode:
29         $ ccmake .
31 (3) Compile
33     To Compile, run the following command:
35         $ make
37 (4) Install
39     Finally, to install it, run the following as root:
41         $ make install
43     By default, this will install to /usr/local/bin.
45 (5) Use it
47     The binary is called skype-call-recorder, start it with
49         $ skype-call-recorder &
51     From a terminal or create an entry in your desktop's menus.
52     For convenience, you can also add it to your auto-start
53     programs.