aboutsummaryrefslogtreecommitdiff
path: root/src/msi/README.md
blob: 7d420f5509cad02db80fc30fe4612e9ee562d3e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Generate MSI installer for Windows.

Setup:

    apt-get install wixl

Build (using sok.msi build target):

    ninja sok.msi

Dependencies:

* `SDL2-devel` (from libsdl.org)
* `SDL2_ttf-devel` (from libsdl.org)

Example (generate by hand):
    
    # generate sok.msi
    wixl -o sok.msi \
      -D BUILD_DIR=../../build-w64 \
      -D SDL_LIB_DIR=/usr/local/x86_64-w64-mingw32/bin \
      sok.wxs