audacia/lib-src/libsndfile/Octave
Leland Lucius 5c038f92ef Regenerate build files to disable maintainer mode 2020-03-17 08:49:53 -05:00
..
Makefile.am Update libsndfile to 1.0.29pre2+git 2020-03-16 22:41:09 -05:00
Makefile.in Regenerate build files to disable maintainer mode 2020-03-17 08:49:53 -05:00
PKG_ADD Move library tree where it belongs 2010-01-24 09:19:39 +00:00
Readme.txt Update libsndfile to 1.0.29pre2+git 2020-03-16 22:41:09 -05:00
format.h Update libsndfile to 1.0.29pre2+git 2020-03-16 22:41:09 -05:00
octave_test.m Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
octave_test.sh Update libsndfile to 1.0.29pre2+git 2020-03-16 22:41:09 -05:00
sndfile.cc Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
sndfile_load.m Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
sndfile_play.m Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
sndfile_save.m Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00

Readme.txt

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.