third_party_libsnd/Octave
Karl Lindén 958263fbd7 Do not use old variable INCLUDES and use modern AM_INIT_AUTOMAKE invocation.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
2013-04-07 20:05:08 +10:00
..
format.h Update copyright dates. 2011-01-19 21:36:56 +11:00
Makefile.am Do not use old variable INCLUDES and use modern AM_INIT_AUTOMAKE invocation. 2013-04-07 20:05:08 +10:00
octave_test.m Update copyright dates. 2011-01-19 21:36:56 +11:00
octave_test.sh Octave/ : Fix 'make distcheck'. 2012-11-30 21:44:02 +11:00
PKG_ADD Octave/sndfile.cc : Add Octave function sfversion which returns the libsndfile version that the module is linked against. 2008-10-27 21:24:55 +11:00
Readme.txt Octave/Readme.txt : Update. 2008-10-27 19:55:36 +11:00
sndfile_load.m Update copyright dates. 2011-01-19 21:36:56 +11:00
sndfile_play.m Update copyright dates. 2011-01-19 21:36:56 +11:00
sndfile_save.m Update copyright dates. 2011-01-19 21:36:56 +11:00
sndfile.cc Update copyright dates. 2011-01-19 21:36:56 +11:00

The libsndfile Modules for GNU Octave
=====================================

These modules are currently known to work with version 3.0 of GNU Octave on
Linux. They have not been tested elsewhere.


Build Requirements
------------------

In order to build these libsndfile related modules for GNU Octave on a Debian
GNU/Linux (or Debian derived) system, you will need (on top of what is normally
required to build libsndfile) the package:

	octaveX.Y-headers

where X.Y matches the version number of your installation of GNU Octave.

The configure script in the top level libsndfile directory will detect the 
presence and correct versions of the Octave build tools. The building of these
modules will only go ahead if everything is correct.