Readme.txt 744 B

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