Terpsichore --- README.txt (Linux)
==================================

Important note: Terpsichore for Linux is considered experimental.

1. The minimum requirements: a Linux distro of your choice with
PulseAudio, libgdk-3, glibc 2.13 or later, and libstdc++ for GCC
4.7.x or later. Supported arch i686/amd64.

2. For all Open Source Software used in Terpsichore see license.txt.

3. For all LGPL software used in Terpsichore see:
http://terpsichore.grafmin.gr/oss/

4. If you want to tweak Terpsichore's libSwell.so you need to preper
your development environment and use git to clone WDL from the 
original source:

  # apt-get install build-essential libgtk-3-dev libglew-dev git

  git clone https://www-dev.cockos.com/wdl/WDL.git WDL/

In order to build your libSwell.so:

  cd WDL/WDL/swell
  make

You may provide various options to make such as:

  Headless build:
  NOGDK=1

  Target GDK2:
  GDK2=1

  Compatibility with various GDK:
  PRELOAD_GDK=1

  Load full GTK+:
  SWELL_SUPPORT_GTK=1

  Internal fontmapper:
  NOFONTCONFIG=1

Once you make your own libSwell.so you can replace the provided
libSwell.so that comes with Terpsichore.
