- Jul 08, 2016
-
-
Ralph Giles authored
-
- Jan 05, 2016
-
-
Ralph Giles authored
This build works as well. I'm not sure what's wrong with my local environment.
-
- Jan 04, 2016
-
-
Ralph Giles authored
-
- Jan 01, 2016
-
-
Ralph Giles authored
This does the basics to build the win32 binary release zipfile for testing. Doesn't sign or version it properly.
-
Ralph Giles authored
-
Ralph Giles authored
The version of mingw in Fedora 21 works as well. This is the first version to depend on libwinpthread. Also add an autogen.sh invocation which caused the previous build to fail after the 'make check' barrier was removed.
-
Ralph Giles authored
This requires wine to run the windows executables, which is a pretty heavy dependency. Better to do without for now.
-
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.
-
- Dec 31, 2015
-
-
Ralph Giles authored
For those who would like network access to be a separate step.
-
Ralph Giles authored
-
Ralph Giles authored
This doesn't work in a normal shell, but enables 'make -C mingw' which is convenient. Thanks to ron for the suggestion.
-
- Dec 30, 2015
-
-
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.
-