Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.11 KB

💾 MXE (M cross environment) License Deploy

MXE (M cross environment) is a Makefile that compiles a cross compiler and many free libraries.

This is a modified and minimal version of MXE specifically to build Strawberry. Feel free to make use of it if you need something.

See MXE for the official and full version.

Some of the libraries here are:

  • GCC 11
  • pthreads
  • Boost
  • CMake
  • Protobuf
  • GLib
  • GStreamer
  • GnuTLS
  • OpenSSL
  • SQLite
  • FFTW
  • Qt 6
  • TagLib
  • Chromaprint
  • libebur128
  • Google Test
  • All their dependencies.

Differences from the official repositories:

  • Most of the packages here are on the latest version
  • Up-to-date core packages, GLib, libsoup and pango.
  • Qt 6 has only SQL support for sqlite.
  • GStreamer has only audio specific plugins.