Dependencies
Dependencies
- FMOD Ex - Link
- Free for non-comercial
- Considering an opensource replacement:
- SDL_mixer: Not really suited for this purpose, also it relies on SDL
- Audiere: outdated and supports only OSS on Linux
- ffdshow/FFmpeg/libavcodec: adds bloatware, KISS Player won't play videos
- irrKlang: not opensource
- GStreamer: much more complex than FMOD, but it's used in similar projects
- TagLib >= 1.7.1 - Link
- LGLP or MPL
- Build using: cmake -G "MSYS Makefiles" -DWITH_MP4=ON -DWITH_ASF=ON
- I built using MSYS, run the cmake command to see the generators list.
- FLTK >= 1.3.0 - Link
- SQLite - Link
- libpng - Link
- libpng License (Permissive)
- zlib - Link
- zlib License (Permissive)
- Libcurl - Link
- MIT/X derivate License (Permissive)
- LibXpm - Link
- MIT derivate License
- Only needed for Linux builds
Related
Wiki: Home
Wiki: Building from Source