2
0

development.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. libsndfile Development
  6. </TITLE>
  7. <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
  8. <LINK REL="stylesheet" HREF="libsndfile.css" TYPE="text/css" MEDIA="all">
  9. <LINK REL="stylesheet" HREF="print.css" TYPE="text/css" MEDIA="print">
  10. </HEAD>
  11. <BODY>
  12. <!-- pepper -->
  13. <H1><BR>libsndfile Development</H1>
  14. <!-- pepper -->
  15. <P>
  16. libsndfile is being developed by a small but growing community of users
  17. and hackers led by Erik de Castro Lopo.
  18. People interested in helping should join the libsndfile-devel
  19. <A HREF="lists.html">mailing list</A>
  20. where most of the discussion about new features takes place.
  21. </P>
  22. <!-- pepper -->
  23. <P>
  24. The main repository can be found on Github:
  25. </P>
  26. <!-- pepper -->
  27. <center>
  28. <A HREF="https://github.com/erikd/libsndfile/">
  29. https://github.com/erikd/libsndfile/</A>
  30. </center>
  31. <!-- pepper -->
  32. <P>
  33. and includes
  34. <a href="https://github.com/erikd/libsndfile/blob/master/README.md">
  35. instuctions</a>
  36. on how to build libsndfilefrom the Git repo.
  37. </P>
  38. <!-- pepper -->
  39. </BODY>
  40. </HTML>