Building and Installing `synthclone`
====================================

Contents:

1. Build Requirements
2. Building and Installing from Source

1. Build Requirements
---------------------

In order to compile `libsynthclone`, the `synthclone` executable, and the
various plugins, you must have the following libraries (and their corresponding
development packages) installed:

  * jack
  * libarchive
  * libsamplerate
  * libsndfile
  * libzip
  * lilv
  * PortAudio
  * PortMidi
  * qt4
  * serd
  * sord
  * sratom
  * suil

In addition, you'll need the following tools:

  * python
  * qmake

2. Building and Installing from Source
--------------------------------------

To build `synthclone`, change your current directory to the top-level directory
of the project and execute the following commands:

  ./configure --prefix=/usr
  make

Optionally, you can use your own directory prefix.

To install `synthclone`, execute the command:

  make install
