Wyatt J. Brown 113fe9a7a4 Various small fixes
* Correct build documentation.
* Update broken links
* Use HTTPS where possible.

Closes #90
2016-04-02 17:37:05 -07:00
..
2013-10-24 17:06:38 -07:00
2014-07-04 15:41:57 -07:00
2012-09-04 22:53:00 -07:00
2012-09-19 22:26:42 -07:00
2013-10-24 17:06:38 -07:00
2012-09-04 22:22:50 -07:00
2016-04-02 17:37:05 -07:00
2012-09-04 22:22:50 -07:00
2012-09-19 22:26:42 -07:00
2013-03-07 21:42:05 -08:00

Building the Windows installer

This is done in two steps:

  • Cross-compiling spek.exe using MXE.
  • Building the MSI package under Windows.

For the first step you can use any Unix-y environment. Set up MXE.

Apply mxe.diff and build Spek dependencies:

make pthreads ffmpeg wxwidgets -j4 JOBS=4

Build Spek, adjusting bundle.sh variables as necessary:

./dist/win/bundle.sh

For the second step, you will need a Windows box with WiX installed. Copy over the entire dist/win directory and run bundle.bat.