annotate README.txt @ 154:f47182362b51

Update non-qmake build system, remove qmake-based one
author Chris Cannam
date Mon, 21 Oct 2013 17:49:10 +0100
parents e4d055c240b3
children 7ab3539e92e3
rev   line source
Chris@84 1
Chris@84 2
Chris@84 3 QM-DSP library
Chris@84 4 ==============
Chris@84 5
Chris@84 6 This is a C++ library of functions for DSP and Music Informatics
Chris@84 7 purposes developed at Queen Mary, University of London.
Chris@84 8 It is used by the QM Vamp Plugins (q.v.) amongst other things.
Chris@84 9
Chris@84 10 This code is Copyright (c) 2006-2010 Queen Mary, University of London,
Chris@84 11 with the following exceptions:
Chris@84 12
Chris@84 13 maths/pca.c -- Fionn Murtagh, from StatLib; with permission
Chris@84 14
Chris@84 15 maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
Chris@84 16 Delphi in the the JEDI Math Library, under the Mozilla Public License
Chris@84 17
Chris@88 18 thread/BlockAllocator.h -- derived from FSB Allocator by Juha Nieminen,
Chris@88 19 under BSD-style license
Chris@88 20
Chris@84 21 See individual files for further authorship details.
Chris@84 22
Chris@84 23
Chris@84 24 License
Chris@84 25 =======
Chris@84 26
Chris@86 27 This program is free software; you can redistribute it and/or
Chris@86 28 modify it under the terms of the GNU General Public License as
Chris@86 29 published by the Free Software Foundation; either version 2 of the
Chris@86 30 License, or (at your option) any later version. See the file
Chris@86 31 COPYING included with this distribution for more information.
Chris@84 32
Chris@86 33