README 750 B

123456789101112131415161718
  1. Ardour is an application to fit the needs of musicians under Linux.
  2. It is designed to be a fully functional professional audio application,
  3. that uses the professional sound server jack for sound i/o.
  4. Ardour requires liblo, liblrdf, scons, libgnomecanvas, aubio, and
  5. jack-audio-connection-kit.
  6. If you want ardour with lv2 support pass LV2=yes to the script. This will
  7. additionally need slv2.
  8. If you want support for controlling ardour via a wiimote device, you'll
  9. need to pass WIIMOTE=yes to the script. You need cwiid for that.
  10. For building ardour with support for VST-plugins, you have to pass
  11. VST=yes to the script. This will additionally require wine. Please
  12. note that VST-support will not be built on x86_64, regardless of
  13. the option passed.