blob: 6b1e1e19ef7b0063120da8f615856634c4f80b6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Building & Packaging on Windows
===============================
1. download and build dependencies
- Lua:
- download `lua-5.3.5.tar.gz` and extract in `dist/win/deps`
- run `dist\\win\\build-lua.bat`
- luarocks:
- downlaod `luarocks-3.3.1-windows-64.zip` and extract in `dist/win/deps`
- FLTK:
- download `fltk-1.3.5-source.tar.gz` and extract in `dist/win/deps`
- compile the fltkdll project in `fltk-*/ide/VisualC2010/` in Release mode
2. build or obtain an alive binary rock (`alive-VERSION-REVISION.all.rock`)
3. run `dist\\release.bat VERSION path\to\alive-VERSION-REVISION.all.rock`
4. zip `dist\alive-VERSION-win` and distribute
|