1The libsndfile Modules for GNU Octave 2===================================== 3 4These modules are currently known to work with version 3.0 of GNU Octave on 5Linux. They have not been tested elsewhere. 6 7 8Build Requirements 9------------------ 10 11In order to build these libsndfile related modules for GNU Octave on a Debian 12GNU/Linux (or Debian derived) system, you will need (on top of what is normally 13required to build libsndfile) the package: 14 15 octaveX.Y-headers 16 17where X.Y matches the version number of your installation of GNU Octave. 18 19The configure script in the top level libsndfile directory will detect the 20presence and correct versions of the Octave build tools. The building of these 21modules will only go ahead if everything is correct. 22 23 24