• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

BuildLibmikmodH A D13-Feb-2004329 1813

FixTypeAndCreators.applescriptH A D13-Feb-20041.7 KiB5951

FixTypeAndCreators.hqxH A D13-Feb-20042.5 KiB4140

INSTALLH A D31-Aug-20164.6 KiB13995

READMEH A D07-Apr-20173 KiB9562

config.hH A D10-Aug-20161.6 KiB6410

cwcarbonheaders.hH A D13-Feb-2004150 94

cwclassicheaders.hH A D13-Feb-2004150 94

cwmikmodheaders.hH A D13-Feb-2004401 2011

libmikmod-cw5.xmlH A D31-Aug-2016388.3 KiB6,7306,375

libmikmod-cw6.xmlH A D31-Aug-2016480.5 KiB7,9467,508

libmikmod.expH A D15-Oct-20132.1 KiB143139

libmikmod.makeH A D31-Aug-20168.9 KiB290243

libmikmodversion.rH A D07-Apr-20176.2 KiB217178

mpwmikmodheaders.hH A D13-Feb-2004185 94

README

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