Skip to content
Snippets Groups Projects
  1. Jan 01, 2016
    • Ralph Giles's avatar
      mingw: Add a Dockerfile describing cross build. · f358633e
      Ralph Giles authored
      For some reason, when I cross-compile opusfile on Fedora 23,
      I get example binaries with exit immediately without error.
      
      Building them on Fedora 20 (in a docker container) produced
      working binaries. Until we figure out what the bug is, include
      this for convenience.
      
      The build doesn't actually work because of the 'make check'
      steps in the Makefile, which require wine.
      f358633e
  2. Dec 31, 2015
  3. Dec 30, 2015
    • Ralph Giles's avatar
      Add a makefile for cross-compiling on mingw. · 9f65b16e
      Ralph Giles authored
      This builds win32 versions of the library and examples
      on linux using the mingw-gcc cross toolchain and wine.
      
      It also automates downloading and building the
      required dependencies. Update the _URL and _SHA
      variables to build against newer upstream releases.
      
      Thanks to Ron and Mark Harris for help with the makefile.
      9f65b16e
Loading