Alexander Kojevnikov 592b9055db win: Update bundle scripts
Build a single EXE version (issue 2)
2012-08-29 21:27:13 -07:00
..
2012-08-29 21:27:13 -07:00
2012-08-29 21:27:13 -07:00
2012-08-29 21:27:13 -07:00
2012-08-29 21:27:13 -07: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, you can use the code from this repository or the official one.

Build Spek dependencies:

% make pthreads ffmpeg wxwidgets

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.