Skip to content

Commit d2737f3

Browse files
author
Sam Byass
committed
Update note about 3rd party dependencies.
1 parent 4a04a48 commit d2737f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Support for more encodings can be added as requested.
1212
In order to restore ogg files from the Fmod sample data, this library uses libopus and libvorbis.
1313
These are not provided, and must be installed separately or shipped with your application.
1414
If on windows, they should be named `opus.dll` and `vorbis.dll`.
15-
On other platforms, installing libopus or libvorbis should be sufficient, but I haven't tested this.
15+
On other platforms, installing libopus and libvorbis will suffice.
16+
Most linux distributions ship the required files under the package names `libopus-dev` and `libvorbis-dev`.
1617

1718
Regardless, the architecture of the native assemblies must match that of your application, or you will get a `BadImageFormatException`
1819
thrown by the system.

0 commit comments

Comments
 (0)