Skip to content

Releases: bagong/dummy

Version 0.0

24 May 17:06
Compare
Choose a tag to compare
Version 0.0 Pre-release
Pre-release

The two VCPKG packages starting with sc3.9dev-sp3-libs contain a complete set of libraries needed to build SC3.9 and potentially also Sonic Pi 3. In particular they contain qt5, qtwebkit and more:

  • qt5.8
  • qtwebkit (sc only)
  • qwt (sp only)
  • qscinderella (sp only, static lib)
  • aubio (sp only, built with libsndfile and ffmpeg)
  • fftw3
  • libsndfile
  • portaudio (sc only, including asio support)
  • boost 1.6.4 (maybe not required, potentially sp only)

The two VCPKG packages containing "audio-only" contain just the "small" audio-libs required to build SC, namely libsndfile, fftw3 and portaudio (currently portaudio from this set isn't even used in the SC build). Use these when using stock Qt in the build (which will have to be extended to contain qtwebkit with appropriate downloads from here: https://github.com/annulen/webkit/releases).

  • The mingw-w64-{i686,x86_64}-portaudio files contain a portaudio package compiled with mingw-gcc 7.1 in the msys2 environment. They include ASIO backend-support.
  • The mingw-w64-{i686,x86_64]-qtwebkit files contain qtwebkit 5.212-alpha2 compiled with mingw-gcc 7.1 in the msys2 environment. They use the gstreamer backend and have webaudio enabled.