Add initial WiX installer for Windows

This commit is contained in:
Cameron Gutman 2018-07-25 02:53:51 -07:00
commit 34494e4c89
10 changed files with 410 additions and 8 deletions

View file

@ -4,17 +4,12 @@
Moonlight also has mobile versions for [Android](https://github.com/moonlight-stream/moonlight-android) and [iOS](https://github.com/moonlight-stream/moonlight-ios).
This is a work-in-progress port and is only suitable for development use at this point.
## Building
1. Install the latest Qt SDK (and optionally, the Qt Creator IDE) from https://www.qt.io/download
3. Run `git submodule update --init --recursive` from within `moonlight-qt/`
4. Open the project in Qt Creator or build from qmake on the command line
1. Install the latest Qt SDK (and optionally, the Qt Creator IDE) from https://www.qt.io/download (select MSVC toolchain on Windows)
2. Run `git submodule update --init --recursive` from within `moonlight-qt/`
3. Open the project in Qt Creator or build from qmake on the command line
## Contribute
This project is being actively developed at [XDA Developers](http://forum.xda-developers.com/showthread.php?t=2505510)
1. Fork us
2. Write code
3. Send Pull Requests