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

..07-May-2022-

libmikmod.xcodeproj/H12-Jun-2017-811797

INSTALLH A D14-Oct-20131.7 KiB6941

Info.plistH A D07-Apr-2017878 3130

InfoPlist.stringsH A D07-Apr-2017258 75

Makefile.darwinH A D10-Aug-20169.1 KiB253190

READMEH A D07-Apr-20173.2 KiB10067

config.hH A D10-Aug-20162.3 KiB8520

libmikmod.exportH A D15-Oct-20132.2 KiB143142

ppc_intrinsics.hH A D14-Oct-201331.1 KiB1,039442

README

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