Skype Call Recorder

Compiling instructions

In order to compile Skype Call Recorder, you will need the following prerequisits:

Please read the help resources for your Linux distribution if you're not sure about how to satisfy these prerequisits. Then proceed as follows:

# unpack the tarball

tar -xzvf skype-call-recorder-0.8.tar.gz
cd skype-call-recorder-0.8

# compile

cmake .
make

# install (as root)

make install

You may omit the installation step if you don't want to install it system-wide (in /usr/local/bin/ by default). In that case, you can start it directly out of the build directory, or manually move it to ~/bin/ or anywhere else.

Latest development

The source code lives in a git repository:

Git URL: git://repo.or.cz/skype-call-recorder.git
Gitweb: http://repo.or.cz/w/skype-call-recorder.git

To get a copy of this repository, make sure you have git installed (some distros name the package 'git-core') and run the following:

git clone git://repo.or.cz/skype-call-recorder.git

And proceed with the compiling instructions above. If you don't know git yet, you might want to read the git tutorial.