README
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:3k
源码类别:

Windows CE

开发平台:

C/C++

  1.   Hello folks !
  2. This is libmikmod, version 3.2.0-beta1, a portable sound library for Unix.
  3. Check out the file 'NEWS' for more history information.
  4. >> BUILDING LIBMIKMOD
  5. ---------------------
  6. - If you're not building libmikmod for the Macintosh, then you're lost
  7.   in the sources. Go up one directory, and read the main README file.
  8. - If you are building for Mac OS X only, you might want to look at the
  9.   top-level "macosx" directory instead which has the new Mach-O stuff ?
  10.   
  11. libmikmod can be built using Metrowerks Codewarrior (Version Pro 5/6
  12. were being used to create the two project files) or Apple's MPW.
  13. Read the file INSTALL in this directory for compilation instructions.
  14. The projects will generate code for 68k as well as PowerPC processors.
  15. HTML documentation of the library, for programmers, is located in the
  16. doc directory.
  17. For more information on this port, please contact Anders Bjoerklund
  18. (email: afb@algonet.se, web: http://www.algonet.se/~afb)
  19. >> THANKS
  20. ---------
  21. We would like to thank everyone who contributed to libmikmod. Their
  22. names are in the AUTHORS file for the significative contributions, but
  23. some other names can be found in the NEWS file. Thanks a lot ! Keeping
  24. libmikmod alive wouldn't be much fun without you.
  25. >> LICENSE
  26. ----------
  27. The libmikmod sound library is covered by the GNU Library General Public
  28. License as published by the Free Software Fundation (you'll find it in
  29. the file COPYING.LIB) ; either version 2 of the licence, or (at your
  30. option) any later version.
  31. The GNU Lesser General Public License, version 2.1, in file
  32. COPYING.LESSER, can be considered as a later version of the LGPL, and is
  33. strongly recommended for people who will embed libmikmod in their
  34. application as a shared library.
  35. Parts of the library (in playercode/mdulaw.c) are derived from the files
  36. libst.h and raw.c from an old version of the sox (SOund eXchange)
  37. package written by Lance Norskog and Jef Poskanzer. The following
  38. copyright notice applies to these parts:
  39.   Copyright (C) 1989 by Jef Poskanzer.
  40.    
  41.   Permission to use, copy, modify, and distribute this software and its
  42.   documentation for any purpose and without fee is hereby granted, provided
  43.   that the above copyright notice appear in all copies and that both that
  44.   copyright notice and this permission notice appear in supporting
  45.   documentation.  This software is provided "as is" without express or
  46.   implied warranty.
  47.   
  48. Note that none of these parts are used in the MacOS version of the
  49. libmikmod library.
  50. >> CONTACT AND DOWNLOAD INFO
  51. ----------------------------
  52. * email:
  53.   Please send all your libmikmod related e-mail to me, at:
  54.   raph@mikmod.org
  55. * web:
  56.   libmikmod home page is located at:
  57.     http://mikmod.raphnet.net
  58. >> LAST NOTES
  59. -------------
  60. We hope you'll enjoy using this version of libmikmod as well as we
  61. enjoyed debugging and improving it.
  62. -- Raphael Assenat
  63.    raph@raphnet.net
  64.    Anders Bjoerklund
  65.    afb@algonet.se