16 lines
695 B
Markdown
16 lines
695 B
Markdown
|
|
# Using this package
|
|
|
|
This package contains @<@PROJECT_NAME@>@ built for x64 Windows.
|
|
|
|
To use this package, simply replace an existing 64-bit @<@PROJECT_NAME@>@.dll with the one included here.
|
|
|
|
You can include support for additional audio formats by including the license and DLL files in the optional directory in your application. They will be automatically loaded by SDL_mixer as needed.
|
|
|
|
# Development packages
|
|
|
|
If you're looking for packages with headers and libraries, you can download one of these:
|
|
- @<@PROJECT_NAME@>@-devel-@<@PROJECT_VERSION@>@-VC.zip, for development using Visual Studio
|
|
- @<@PROJECT_NAME@>@-devel-@<@PROJECT_VERSION@>@-mingw.zip, for development using mingw-w64
|
|
|