freeswitch/libs/libsndfile/Octave
Jeff Lenk 199a64bf6a FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
..
Makefile.am FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
PKG_ADD libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
Readme.txt FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
format.h FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
octave_test.m FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
octave_test.sh FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
sndfile.cc FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
sndfile_load.m FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
sndfile_play.m FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
sndfile_save.m FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06: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.