README.md (610B)
1 ## Building the Windows installer 2 3 This is done in two steps: 4 5 * Cross-compiling spek.exe using [MXE](http://mxe.cc/). 6 * Building the MSI package under Windows. 7 8 For the first step you can use any Unix-y environment. Set up 9 [MXE](http://mxe.cc/#tutorial). 10 11 Apply `mxe.diff` and build Spek dependencies: 12 13 make pthreads ffmpeg wxwidgets -j8 JOBS=8 14 15 Build Spek, adjusting `bundle.sh` variables as necessary: 16 17 ./dist/win/bundle.sh 18 19 For the second step, you will need a Windows box with 20 [WiX](http://wixtoolset.org/) installed. Copy over the entire `dist/win` 21 directory, cd into it, and run `bundle.bat`.